Skip to content

Commit 87cc9a8

Browse files
committed
fix libgtk install.
1 parent 12fcb81 commit 87cc9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: rui314/setup-mold@v1
4343
- name: Install GTK
4444
if: ${{ matrix.gtk }}
45-
run: sudo apt install libgtk-3-dev --fix-missing
45+
run: sudo apt update && sudo apt install libgtk-3-dev
4646
- name: Build
4747
run: cargo build --release --verbose
4848
- name: Upload a Build Artifact

0 commit comments

Comments
 (0)