Skip to content

Commit

Permalink
CI: forgot sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 15, 2024
1 parent 5b07f16 commit 642258e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: apt install -y flex bison libcppunit-dev
run: sudo apt install -y flex bison libcppunit-dev
- name: CMake
run: |
mkdir build
Expand Down

0 comments on commit 642258e

Please sign in to comment.