Skip to content

Commit

Permalink
Sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jul 19, 2024
1 parent a32942b commit db55d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install system dependencies
run: apt update -y && apt install -y libgtk-3-dev
run: sudo apt update -y && sudo apt install -y libgtk-3-dev
- name: Tests
run: cargo test
- name: Lints
Expand Down

0 comments on commit db55d31

Please sign in to comment.