File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 43
43
- uses : ./.github/actions/install-linux-dependencies
44
44
- uses : ./.github/actions/setup-rust
45
45
with :
46
- toolchain : nightly
46
+ toolchain : nightly-2024-08-20 # pinned because of https://github.com/rust-lang/rust/issues/129601
47
47
components : rustfmt
48
48
target : aarch64-linux-android
49
49
- name : Install mdbook
Original file line number Diff line number Diff line change 35
35
- os : windows-2022
36
36
rust_version : " beta"
37
37
extra_args : " --exclude ffmpeg --exclude gstreamer-player"
38
- - os : ubuntu-22.04
39
- rust_version : " nightly"
38
+ # disabled until https://github.com/rust-lang/rust/issues/129601 is fixed
39
+ # - os: ubuntu-22.04
40
+ # rust_version: "nightly"
40
41
exclude :
41
42
- os : macos-12
42
43
rust_version : " 1.73"
You can’t perform that action at this time.
0 commit comments