mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-19 09:29:36 +01:00
No fast build without license/readme any more
This commit is contained in:
parent
50c606a6c8
commit
50131edd1d
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user