mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-20 11:56:14 +00:00
CI: disable rust nightly jobs
Until https://github.com/rust-lang/rust/issues/129601 is fixed
This commit is contained in:
parent
90e55bd29f
commit
01b2b7b712
2 changed files with 4 additions and 3 deletions
2
.github/workflows/build_docs.yaml
vendored
2
.github/workflows/build_docs.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- uses: ./.github/actions/install-linux-dependencies
|
||||
- uses: ./.github/actions/setup-rust
|
||||
with:
|
||||
toolchain: nightly
|
||||
toolchain: nightly-2024-08-20 # pinned because of https://github.com/rust-lang/rust/issues/129601
|
||||
components: rustfmt
|
||||
target: aarch64-linux-android
|
||||
- name: Install mdbook
|
||||
|
|
|
|||
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -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"
|
||||
# disabled until https://github.com/rust-lang/rust/issues/129601 is fixed
|
||||
#- os: ubuntu-22.04
|
||||
# rust_version: "nightly"
|
||||
exclude:
|
||||
- os: macos-12
|
||||
rust_version: "1.73"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue