Skip to content

Commit 6ab482e

Browse files
Update dependencies
1 parent c5909e8 commit 6ab482e

3 files changed

Lines changed: 486 additions & 348 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
if: ${{ startsWith(matrix.target, 'aarch64-unknown-linux-') }}
5151
run: |
5252
sudo apt update -y
53-
sudo dpkg --add-architecture arm64
54-
sudo apt install -y gcc-aarch64-linux-gnu libssl-dev:arm64
53+
sudo apt install -y gcc-aarch64-linux-gnu
5554
5655
- name: Set up target (*-musl)
5756
if: ${{ endsWith(matrix.target, '-musl') }}

0 commit comments

Comments
 (0)