mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Install missing tooling to build for linux on arm
This commit is contained in:
parent
408f1a6d21
commit
0d1ab92b13
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -122,6 +122,12 @@ jobs:
|
|||
with:
|
||||
targets: ${{ matrix.cargo-target }}
|
||||
|
||||
- name: Install tooling
|
||||
if: matrix.runner-os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y musl-tools clang llvm
|
||||
|
||||
- name: Build binary
|
||||
run: cargo build --package lune-cli --locked --release --all-features --target ${{ matrix.cargo-target }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue