Skip to content

Commit

Permalink
Need to add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsallay committed Jul 2, 2024
1 parent 4842bad commit ce8fb56
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: sudo apt-get update && sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build && pip3 install meson --break-system-packages
run: sudo apt-get update && sudo apt-get install python3 python3-pip python3-setuptools python3-wheel ninja-build && sudo pip3 install meson --break-system-packages
- name: Meson Setup
env:
CXX: ${{ matrix.compiler.command }}
Expand Down

0 comments on commit ce8fb56

Please sign in to comment.