Skip to content

Commit 4afc3a2

Browse files
committed
Disable builds with nightly Rust temporarily
cc #5722
1 parent d3aa425 commit 4afc3a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535
- os: windows-2022
3636
rust_version: "beta"
3737
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
38-
- os: ubuntu-22.04
39-
rust_version: "nightly"
38+
# Disable nightly until https://github.com/rust-lang/rust/issues/128386 is resolved
39+
# - os: ubuntu-22.04
40+
# rust_version: "nightly"
4041
exclude:
4142
- os: macos-12
4243
rust_version: "1.73"

0 commit comments

Comments
 (0)