mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix windows nightly CI
This commit is contained in:
parent
84cb39ee73
commit
1088683643
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
- os: windows-2019
|
||||
name: Windows Nightly
|
||||
channel: nightly
|
||||
build_command: rustup default nightly-msvc; cargo clippy
|
||||
build_command: rustup default nightly-msvc; cargo check
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- if: matrix.channel == 'nightly'
|
||||
@ -59,9 +59,7 @@ jobs:
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- uses: actions/checkout@v2
|
||||
- if: contains(matrix.build_command, 'clippy')
|
||||
run: rustup component add clippy
|
||||
- uses: actions/checkout@v2
|
||||
- name: cargo check
|
||||
run: ${{ matrix.build_command }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user