Skip to content

Commit

Permalink
Sudo when running apt
Browse files Browse the repository at this point in the history
Was I not root already? IDK
  • Loading branch information
jefftrull committed Nov 15, 2024
1 parent bfb1963 commit 12dcb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.c_compiler != 'cl'
shell: bash
run: |
apt install libxi-dev libxtst-dev
sudo apt install libxi-dev libxtst-dev
- name: Set up vcpkg and install our dependencies
uses: lukka/run-vcpkg@v11
Expand Down

0 comments on commit 12dcb3e

Please sign in to comment.