Skip to content

Commit

Permalink
CI: ubuntu add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Jul 10, 2024
1 parent 9b9110a commit 3afcc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install packages
run: apt-get update && apt-get install -y libxkbcommon-dev
run: sudo apt update && sudo apt install -y libxkbcommon-dev
- name: Setup Glsl
uses: humbletim/[email protected]
with:
Expand Down

0 comments on commit 3afcc06

Please sign in to comment.