Skip to content

Commit

Permalink
skip Python bindings for Emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Oct 18, 2024
1 parent a3b611a commit a3f922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
sudo apt install -y emscripten ninja-build libeigen3-dev catch2
- name: Configure Pangolin
run: emcmake cmake -G Ninja -B pangolin-build -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D Eigen3_DIR=/usr/share/eigen3/cmake/
run: emcmake cmake -G Ninja -B pangolin-build -D CMAKE_BUILD_TYPE=$BUILD_TYPE -D BUILD_PANGOLIN_PYTHON=OFF -D Eigen3_DIR=/usr/share/eigen3/cmake/

- name: Build Pangolin
run: cmake --build pangolin-build
Expand Down

0 comments on commit a3f922e

Please sign in to comment.