Skip to content

Commit

Permalink
updated binaries.yml with GHAWF cmake flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bainro authored Jul 13, 2023
1 parent 298ed14 commit 36798c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cd ${{github.workspace}}/build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/carlsim6 \
-DCMAKE_BUILD_TYPE=Release .. \
-DCARLSIM_TEST=OFF
-DCARLSIM_GH_ACTIONS=ON
make -j$(nproc) install
zip -r ${{github.workspace}}/binaries.zip /tmp/carlsim6
Expand All @@ -39,7 +39,7 @@ jobs:
cd ${{github.workspace}}/build
cmake -DCMAKE_INSTALL_PREFIX=/tmp/carlsim6 \
-DCMAKE_BUILD_TYPE=Release .. \
-DCARLSIM_TEST=OFF
-DCARLSIM_GH_ACTIONS=ON
make -j$(nproc) install
zip -r ${{github.workspace}}/binaries.zip /tmp/carlsim6
Expand Down

0 comments on commit 36798c2

Please sign in to comment.