Skip to content

Commit 7591fa7

Browse files
committed
Update release pipeline
1 parent bffd37a commit 7591fa7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
exit 1
5151
fi
5252
53+
- name: Install C compilation tooling (Linux)
54+
if: matrix.os == 'ubuntu-latest'
55+
run: |
56+
sudo apt-get update -y
57+
sudo apt-get install clang gcc-aarch64-linux-gnu musl-tools -y
58+
5359
- name: Add rustup target
5460
run: rustup target add ${{ matrix.target }}
5561

0 commit comments

Comments
 (0)