Skip to content

Commit df786b0

Browse files
authored
fix: add --allow-downgrades to arm64 apt-get install to fix glib dev dep version conflict
1 parent e44ecf5 commit df786b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tauri-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
sudo apt-get update
8181

82-
sudo apt-get install -y \
82+
sudo apt-get install -y --allow-downgrades \
8383
gcc-aarch64-linux-gnu \
8484
g++-aarch64-linux-gnu \
8585
pkg-config \

0 commit comments

Comments
 (0)