Switch to musl for release

This commit is contained in:
Gabriel Simmer 2023-04-25 10:45:47 +01:00
parent c5b5f4a44e
commit b5914691d7
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
target: x86_64-unknown-linux-musl
artifact_name: osc-triggers-linux
- os: windows-latest
target: x86_64-pc-windows-gnu
@ -33,7 +33,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update && sudo apt upgrade
sudo apt install -y libx11-dev libxtst-dev libudev-dev libinput-dev
sudo apt install -y libx11-dev libxtst-dev libudev-dev libinput-dev musl musl-tools
- name: Build
run: cargo build --release --target ${{ matrix.target }}