mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
workflow: Remove step to build host interrogate for emscripten
This is now fetched automatically by makepanda as of e50465e8303bb42c3ae656f5f896cb958eb2e4ed
This commit is contained in:
parent
8d2407d553
commit
243d59bf37
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user