Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nik012003 committed Aug 7, 2023
1 parent cfc07dc commit a09ec6c
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 @@ -28,7 +28,7 @@ jobs:
override: true
- uses: swatinem/rust-cache@v1
- name: Install system dependencies
run: sudo apt install -y libgtk-4-dev build-essential
run: sudo apt update && sudo apt install -y libgtk-4-dev build-essential
- name: cargo-check
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a09ec6c

Please sign in to comment.