Skip to content

Commit

Permalink
maybe the envvar is that?
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil committed Jun 10, 2024
1 parent d59cf80 commit ce4297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
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: export CARGO_TARGET_AARCH64_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 ce4297a

Please sign in to comment.