File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 CARGO_TERM_COLOR : always
11- CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER : aarch64-linux-gnu-gcc
11+ CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER : aarch64-linux-gnu-gcc
1212 MACOSX_DEPLOYMENT_TARGET : ' 10.13'
1313
1414jobs :
2424 - os : macos-latest
2525 target : x86_64-apple-darwin
2626 - os : ubuntu-latest
27- target : aarch64-unknown-linux-musl
27+ target : aarch64-unknown-linux-gnu
2828 - os : ubuntu-latest
2929 target : x86_64-unknown-linux-gnu
3030
4242 key : ${{ matrix.target }}
4343
4444 - name : Install Linux dependencies
45- if : matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-musl '
45+ if : matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-gnu '
4646 run : |
4747 sudo apt-get update
4848 sudo apt-get install -y gcc-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments