Skip to content

Commit

Permalink
Fix CMake configuration in release
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Feb 9, 2024
1 parent c0b9a78 commit e90bff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
BOOST_ROOT: "${{ steps.install-boost.outputs.BOOST_ROOT }}"
run: |
cmake -G "Unix Makefiles" \
-DBoost_ARCHITECTURE=-x64
-DBoost_ARCHITECTURE=-x64 \
-B build \
-DCMAKE_BUILD_TYPE=Release \
-DBoost_USE_STATIC_LIBS=ON \
Expand Down

0 comments on commit e90bff9

Please sign in to comment.