add ci action #2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -22,8 +22,8 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
choco install visualstudio2019-workload-vctools -y
|
choco install visualstudio2019-workload-vctools -y --force
|
||||||
choco install rust-ms -y
|
choco install rust-ms -y --force
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user