Skip to content

Commit 0cbcad6

Browse files
author
Mikhail Zabaluev
committed
Temporarily disable the nightly build
1 parent e56c247 commit 0cbcad6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ jobs:
7070
os: [ubuntu-latest, windows-latest, macos-latest]
7171
toolchain: [stable]
7272
mode: ['', '--release']
73-
include:
74-
- os: ubuntu-latest
75-
toolchain: nightly
73+
include: []
74+
# Temporarily disabled due to https://github.com/rust-lang/cargo/issues/8351
75+
# - os: ubuntu-latest
76+
# toolchain: nightly
7677
runs-on: ${{ matrix.os }}
7778
timeout-minutes: 30
7879
env:

0 commit comments

Comments
 (0)