Skip to content

Commit

Permalink
Merge branch 'main' into dima/fix-flight-position
Browse files Browse the repository at this point in the history
  • Loading branch information
boxdot authored Feb 5, 2025
2 parents f36e6d8 + 99e7a9a commit 1ab251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install build dependencies
run: sudo apt-get install -y ninja-build gtk+-3.0 gtk+-3.0-dev glib-2.0-dev gio-2.0-dev
run: sudo apt-get update && sudo apt-get install -y ninja-build gtk+-3.0 gtk+-3.0-dev glib-2.0-dev gio-2.0-dev

- name: Build Linux app
run: just build-linux-ci

0 comments on commit 1ab251c

Please sign in to comment.