Browse Source

workflow: Remove step to build host interrogate for emscripten

This is now fetched automatically by makepanda as of e50465e8303bb42c3ae656f5f896cb958eb2e4ed
rdb 1 năm trước cách đây
mục cha
commit
243d59bf37
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      .github/workflows/ci.yml

+ 0 - 8
.github/workflows/ci.yml

@@ -472,14 +472,6 @@ jobs:
         sudo apt-get update
         sudo apt-get update
         sudo apt-get install build-essential ninja-build bison flex
         sudo apt-get install build-essential ninja-build bison flex
 
 
-    - name: Build Host Interrogate
-      shell: bash
-      run: |
-        mkdir -p host-build
-        cmake -S . -B host-build -DBUILD_DIRECT=OFF -DBUILD_PANDA=OFF -DBUILD_PANDATOOL=OFF -DBUILD_CONTRIB=OFF -DBUILD_DTOOL=ON -DBUILD_MODELS=OFF -DBUILD_SHARED_LIBS=OFF -DINTERROGATE_PYTHON_INTERFACE=OFF
-        cmake --build host-build --config Standard --parallel 4
-        echo host-build/bin >> $GITHUB_PATH
-
     - name: Setup emsdk
     - name: Setup emsdk
       uses: mymindstorm/setup-emsdk@v14
       uses: mymindstorm/setup-emsdk@v14
       with:
       with: