Skip to content

Commit 05bad97

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
with:
4242
key: ${{ matrix.target }}
4343

44+
- name: Install Linux dependencies
45+
if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64-unknown-linux-musl'
46+
run: |
47+
sudo apt-get update
48+
sudo apt-get install -y gcc-aarch64-linux-gnu
4449
4550
- name: Build
4651
run: cargo build --release --target ${{ matrix.target }}

0 commit comments

Comments
 (0)