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

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

This commit is contained in:
Stefan Ellmauthaler 2021-07-21 10:55:00 +02:00
commit e0855f9e22

View File

@ -19,17 +19,17 @@ jobs:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"
SRC_DIR: "."
release_without_not_required:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
target: [x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
#release_without_not_required:
# name: release ${{ matrix.target }}
# runs-on: ubuntu-latest
# strategy:
# fail-fast: true
# matrix:
# target: [x86_64-unknown-linux-musl]
# steps:
# - uses: actions/checkout@master
# - name: Compile and release
# uses: rust-build/rust-build.action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# RUSTTARGET: ${{ matrix.target }}