Skip to content

Commit

Permalink
continue-on-error when build with nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Dec 15, 2022
1 parent 5877b02 commit 499f2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
needs: check
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-18.04, macos-11, macos-latest]
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04, macos-11, macos-latest]
toolchain: [stable, nightly]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -269,6 +269,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
PKG_CONFIG_PATH: ${{ github.workspace }}/dist/lib/pkgconfig
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 499f2e2

Please sign in to comment.