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

Merge branch 'main' of github.com:ellmau/adf-obdd

This commit is contained in:
Stefan Ellmauthaler 2021-07-02 15:02:03 +02:00
commit 3138cf7de5

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
@ -32,4 +32,4 @@ jobs:
uses: rust-build/rust-build.action@master uses: rust-build/rust-build.action@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }} RUSTTARGET: ${{ matrix.target }}