Skip to content

Commit 332acec

Browse files
committed
remove the cmak consumer test
1 parent d8aafac commit 332acec

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/manifold.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ jobs:
8383
python3 bindings/python/examples/run_all.py -e
8484
python3 -m pytest
8585
86-
87-
- name: test cmake consumer
88-
run: |
89-
mkdir build
90-
cd build
91-
sudo cmake --install .
92-
cd ..
93-
./scripts/test-cmake.sh
9486
- name: Get version
9587
id: get_version
9688
run: echo "VERSION=$(cat bindings/java/version.txt)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)