Skip to content

Commit

Permalink
try ninja to fix tensorstore protobuf build
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed May 1, 2024
1 parent c90bfd2 commit 3f9a4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
export MACOSX_DEPLOYMENT_TARGET=10.15
mkdir ./build
cd build
cmake ..
cmake .. -G Ninja
cmake --build . --target agave_test --config Release
sudo cmake --build . --target install --config Release
zip -vr agave-macos.zip agave.app/
Expand All @@ -109,7 +109,7 @@ jobs:
run: |
mkdir ./build
cd build
cmake ..
cmake .. -G Ninja
cmake --build . --target agave_test --config Release
cmake --build . --target install --config Release
shell: bash
Expand Down

0 comments on commit 3f9a4da

Please sign in to comment.