Skip to content

Commit

Permalink
Temporarily disable the nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Jun 12, 2020
1 parent e56c247 commit 0cbcad6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable]
mode: ['', '--release']
include:
- os: ubuntu-latest
toolchain: nightly
include: []
# Temporarily disabled due to https://github.com/rust-lang/cargo/issues/8351
# - os: ubuntu-latest
# toolchain: nightly
runs-on: ${{ matrix.os }}
timeout-minutes: 30
env:
Expand Down

0 comments on commit 0cbcad6

Please sign in to comment.