mirror of
https://github.com/talwat/lowfi
synced 2024-12-25 10:41:54 +00:00
fix: revert to using cross for ubuntu compilations
This commit is contained in:
parent
6c61650747
commit
8e1e260686
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -54,17 +54,12 @@ jobs:
|
||||
run: |
|
||||
sudo apt install -y libasound2-dev librust-alsa-sys-dev librust-curl+openssl-sys-dev
|
||||
|
||||
- name: Build binary (cross)
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
- name: Build binary
|
||||
uses: houseabsolute/actions-rust-cross@v0
|
||||
with:
|
||||
command: ${{ matrix.command }}
|
||||
target: ${{ matrix.target }}
|
||||
args: "--locked --release"
|
||||
|
||||
- name: Build binary (native)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: "cargo build --locked --release"
|
||||
|
||||
- name: Rename binary
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user