workflow: Remove step to build host interrogate for emscripten

This is now fetched automatically by makepanda as of e50465e8303bb42c3ae656f5f896cb958eb2e4ed
This commit is contained in:
rdb 2024-08-10 16:29:14 +02:00
parent 8d2407d553
commit 243d59bf37

View File

@ -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: