Skip to content

Commit

Permalink
Add sudo on installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsallay committed Jul 2, 2024
1 parent 4a09432 commit b26db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
name: Checkout Project
- name: install deps
run: apt-get update && apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build
run: sudo apt-get update && sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build
- name: Meson Setup
env:
CXX: ${{ matrix.compiler.command }}
Expand Down

0 comments on commit b26db06

Please sign in to comment.