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 8
8
9
9
env :
10
10
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
12
12
MACOSX_DEPLOYMENT_TARGET : ' 10.13'
13
13
14
14
jobs :
24
24
- os : macos-latest
25
25
target : x86_64-apple-darwin
26
26
- os : ubuntu-latest
27
- target : aarch64-unknown-linux-musl
27
+ target : aarch64-unknown-linux-gnu
28
28
- os : ubuntu-latest
29
29
target : x86_64-unknown-linux-gnu
30
30
42
42
key : ${{ matrix.target }}
43
43
44
44
- 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 '
46
46
run : |
47
47
sudo apt-get update
48
48
sudo apt-get install -y gcc-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments