Skip to content

Commit 4fa062b

Browse files
committed
CI: run apt update before apt install
Signed-off-by: Nico Burns <[email protected]>
1 parent c63d2b0 commit 4fa062b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install freetype
20-
run: sudo apt install libfreetype-dev
20+
run: sudo apt update && sudo apt install -y libfreetype-dev
2121
- name: Build wrench
2222
run: |
2323
cd wrench

0 commit comments

Comments
 (0)