From 243d59bf37bc0ed085202407e8f9e9746a2085a1 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 10 Aug 2024 16:29:14 +0200 Subject: [PATCH] workflow: Remove step to build host interrogate for emscripten This is now fetched automatically by makepanda as of e50465e8303bb42c3ae656f5f896cb958eb2e4ed --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c4c77379..a4d0ca918a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -472,14 +472,6 @@ jobs: sudo apt-get update 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 uses: mymindstorm/setup-emsdk@v14 with: