Skip to content

Commit

Permalink
fix: use sudo for apt-get in CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelazzari committed Dec 8, 2023
1 parent c409898 commit 0c75b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provide-dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Install system dependencies
run: apt-get update && apt-get install libgtk-3-dev gcc-mingw-w64-x86-64
run: sudo apt-get update && sudo apt-get install libgtk-3-dev gcc-mingw-w64-x86-64

- name: Install rustup Windows target
run: rustup target add x86_64-pc-windows-gnu
Expand Down

0 comments on commit 0c75b62

Please sign in to comment.