Skip to content

Commit

Permalink
Return sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Dec 30, 2024
1 parent c48b037 commit b7d6c67
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 @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Install dependencies (needed for yeslogic-fontconfig-sys crate)
run: apt-get update && sudo apt-get install -y libfontconfig1-dev
run: sudo apt-get update && sudo apt-get install -y libfontconfig1-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
id: toolchain
Expand Down

0 comments on commit b7d6c67

Please sign in to comment.