ci: just give up on linux builds for now

This commit is contained in:
talwat 2024-10-02 01:02:14 +02:00
parent d60cb93138
commit 4e8ca23fae

View File

@ -12,19 +12,19 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- release_for: Linux x86_64 # - release_for: Linux x86_64
os: ubuntu-latest # os: ubuntu-latest
target: x86_64-unknown-linux-gnu # target: x86_64-unknown-linux-gnu
bin: lowfi # bin: lowfi
name: lowfi-linux-x86_64 # name: lowfi-linux-x86_64
command: build # command: build
- release_for: Linux aarch64 # - release_for: Linux aarch64
os: ubuntu-latest # os: ubuntu-latest
target: aarch64-unknown-linux-gnu # target: aarch64-unknown-linux-gnu
bin: lowfi # bin: lowfi
name: lowfi-linux-aarch64 # name: lowfi-linux-aarch64
command: build # command: build
- release_for: Windows x86_64 - release_for: Windows x86_64
os: windows-latest os: windows-latest
@ -59,7 +59,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest'
run: | run: |
sudo apt install -y alsa-lib libasound2-dev sudo apt install -y libasound2-dev
- name: Build binary - name: Build binary
uses: houseabsolute/actions-rust-cross@v0 uses: houseabsolute/actions-rust-cross@v0