Skip to content

Commit

Permalink
gcc for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil committed Jun 10, 2024
1 parent d14411b commit d59cf80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
libssl-dev
libayatana-appindicator3-dev
librsvg2-dev
gcc-aarch64-linux-gnu
- run: rustup target add x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu
- run: export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
- run: npm install
- run: npm run build-tauri-arm64-linux
- run: npm run build-tauri-x64-linux
Expand Down

0 comments on commit d59cf80

Please sign in to comment.