mirror of
https://github.com/chipsenkbeil/distant.git
synced 2024-11-05 12:00:36 +00:00
Update release.yml to update for a couple of installs
This commit is contained in:
parent
8768106c67
commit
3208fdcaa2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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)
|
||||
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user