Skip to content

Commit

Permalink
Update release.yml to update for a couple of installs
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed May 23, 2023
1 parent 8768106 commit 3208fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ jobs:
override: true
- name: Install musl tools
run: |
sudo apt update
sudo apt install -y musl-tools
- uses: Swatinem/rust-cache@v2
- name: Build binary (MUSL x86_64)
Expand Down Expand Up @@ -259,6 +260,7 @@ jobs:
override: true
- name: Install musl tools
run: |
sudo apt update
sudo apt install -y musl-tools gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu
- name: Install cross
env:
Expand Down

0 comments on commit 3208fdc

Please sign in to comment.