Skip to content

Commit

Permalink
💚 fix: build in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo2019 committed Sep 10, 2024
1 parent 2775786 commit 7d9a70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build - Others OS
if: matrix.os != 'windows-latest'
run: clang++ -o cmr_cache main.cpp -I/usr/include/boost -L/usr/lib/x86_64-linux-gnu -lboost_system -lpthread -std=c++17
run: clang++ -o cmr_cache main.cpp -I./vendor/yaml -I/usr/include/boost -L/usr/lib/x86_64-linux-gnu -lboost_system -lpthread -std=c++17

- name: Get the tag
run: echo "GITHUB_REF=${{ github.ref }}"
Expand Down

0 comments on commit 7d9a70c

Please sign in to comment.