Skip to content

Commit 3208fdc

Browse files
committed
Update release.yml to update for a couple of installs
1 parent 8768106 commit 3208fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ jobs:
220220
override: true
221221
- name: Install musl tools
222222
run: |
223+
sudo apt update
223224
sudo apt install -y musl-tools
224225
- uses: Swatinem/rust-cache@v2
225226
- name: Build binary (MUSL x86_64)
@@ -259,6 +260,7 @@ jobs:
259260
override: true
260261
- name: Install musl tools
261262
run: |
263+
sudo apt update
262264
sudo apt install -y musl-tools gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
263265
- name: Install cross
264266
env:

0 commit comments

Comments
 (0)