Only MUSL no GNU
Some checks failed
/ release ${{ matrix.target }} (x86_64-unknown-linux-musl) (push) Failing after 3s

This commit is contained in:
Benjamyn Love 2024-12-05 19:10:19 +11:00
parent c0592bd98f
commit 3926ccb3e7

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
target: [x86_64-unknown-linux-gnu] target: [x86_64-unknown-linux-musl]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Compile and release - name: Compile and release