We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e55bd commit 01b2b7bCopy full SHA for 01b2b7b
.github/workflows/build_docs.yaml
@@ -43,7 +43,7 @@ jobs:
43
- uses: ./.github/actions/install-linux-dependencies
44
- uses: ./.github/actions/setup-rust
45
with:
46
- toolchain: nightly
+ toolchain: nightly-2024-08-20 # pinned because of https://github.com/rust-lang/rust/issues/129601
47
components: rustfmt
48
target: aarch64-linux-android
49
- name: Install mdbook
.github/workflows/ci.yaml
@@ -35,8 +35,9 @@ jobs:
35
- os: windows-2022
36
rust_version: "beta"
37
extra_args: "--exclude ffmpeg --exclude gstreamer-player"
38
- - os: ubuntu-22.04
39
- rust_version: "nightly"
+ # disabled until https://github.com/rust-lang/rust/issues/129601 is fixed
+ #- os: ubuntu-22.04
40
+ # rust_version: "nightly"
41
exclude:
42
- os: macos-12
rust_version: "1.73"
0 commit comments