mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Temporarily disable the Windows Rust tests in the CI
A recent MSVC update requires clang 16 when building with clang against the MSVC headers. The Skia build compiles with clang and is thus affected. This will be reverted once llvm16 becomes available on the GH runners.
This commit is contained in:
parent
ded66231d1
commit
72ddbb2d4d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -21,11 +21,11 @@ jobs:
|
|||
RUST_BACKTRACE: 1
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macos-11, windows-2022]
|
||||
os: [ubuntu-22.04, macos-11] # windows-2022 disabled due to https://github.com/actions/runner-images/issues/8125
|
||||
rust_version: [stable, "1.66"]
|
||||
include:
|
||||
- os: windows-2022
|
||||
extra_args: "--exclude ffmpeg"
|
||||
# - os: windows-2022
|
||||
# extra_args: "--exclude ffmpeg"
|
||||
- os: macos-11
|
||||
extra_args: "--exclude ffmpeg"
|
||||
exclude:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue