1
0
mirror of https://github.com/ellmau/adf-obdd.git synced 2025-12-19 09:29:36 +01:00

Update build.yml

This commit is contained in:
Stefan Ellmauthaler 2021-07-20 17:28:48 +02:00 committed by GitHub
parent b97dc027d1
commit 50c606a6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-gnu] target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Compile and release - name: Compile and release
@ -25,7 +25,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
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