Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Sep 5, 2024
1 parent ac01ff9 commit d275ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DMSGPACK_BUILD_EXAMPLES=OFF -G Ninja ..
cmake --build . --target install --config Release
sudo cmake --build . --target install --config Release
- name: Configure build
working-directory: ${{runner.workspace}}
Expand Down

0 comments on commit d275ef7

Please sign in to comment.