Skip to content

Commit

Permalink
Disable builds with nightly Rust temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jul 30, 2024
1 parent d3aa425 commit 4afc3a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- os: windows-2022
rust_version: "beta"
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
- os: ubuntu-22.04
rust_version: "nightly"
# Disable nightly until https://github.com/rust-lang/rust/issues/128386 is resolved
# - os: ubuntu-22.04
# rust_version: "nightly"
exclude:
- os: macos-12
rust_version: "1.73"
Expand Down

0 comments on commit 4afc3a2

Please sign in to comment.