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-02 14:59:42 +02:00 committed by GitHub
parent 40e0aaa83e
commit 759e5b1bda
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-musl, wasm32-wasi] 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