Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed May 19, 2024
1 parent 5e1aed2 commit 6dc10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- name: Install dependencies
run: apt-get install -y libboost-all-dev
run: sudo apt-get install -y libboost-all-dev
- name: Configure
run: mkdir build && cd build && cmake -DCOMPILER=native -DCMAKE_BUILD_TYPE=Release -DNO_BOOST_GRAPH=1 ..
- name: Build
Expand Down

0 comments on commit 6dc10d6

Please sign in to comment.