Skip to content

Commit

Permalink
Try sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jan 10, 2025
1 parent d956c3f commit 66193a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Install fontconfig
run: |
apt-get update
apt-get install libfontconfig-dev
sudo apt-get update
sudo apt-get install libfontconfig-dev
- name: Install Rust, clippy and rustfmt
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 66193a7

Please sign in to comment.