Skip to content

Commit 1399e9b

Browse files
committed
Update post-release.yml
1 parent 05bad97 commit 1399e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/post-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
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

1414
jobs:
@@ -24,7 +24,7 @@ jobs:
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

@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)