Skip to content

Commit b3046c7

Browse files
Fix apt update order in release workflow
1 parent c07cc80 commit b3046c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Set up target (aarch64-unknown-linux-*)
5050
if: ${{ startsWith(matrix.target, 'aarch64-unknown-linux-') }}
5151
run: |
52-
sudo dpkg --add-architecture arm64
5352
sudo apt update -y
53+
sudo dpkg --add-architecture arm64
5454
sudo apt install -y gcc-aarch64-linux-gnu libssl-dev:arm64
5555
5656
- name: Set up target (*-musl)

0 commit comments

Comments
 (0)