mirror of
https://github.com/qwjyh/QuantumLegos.jl.git
synced 2024-11-22 07:00:12 +09:00
Fix CI.yml to allow failure on nightly
This commit is contained in:
parent
8cef1a5c67
commit
03091403e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
version: 'nightly'
|
version: 'nightly'
|
||||||
arch: x64
|
arch: x64
|
||||||
allow_failure: true
|
continue-on-failure: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: julia-actions/setup-julia@v2
|
- uses: julia-actions/setup-julia@v2
|
||||||
|
|
Loading…
Reference in a new issue