.github/workflows/ci.yml aktualisiert
Some checks failed
CI / Build and test (ubuntu-latest) (push) Successful in 47s
CI / Build and test (ubuntu-latest) (pull_request) Successful in 49s
CI / Build and test (Windows) (push) Has been cancelled
CI / Build and test (windows-latest) (push) Has been cancelled
CI / Build and test (windows-latest) (pull_request) Failing after 9h0m29s
CI / Build and test (Windows) (pull_request) Has been cancelled
Some checks failed
CI / Build and test (ubuntu-latest) (push) Successful in 47s
CI / Build and test (ubuntu-latest) (pull_request) Successful in 49s
CI / Build and test (Windows) (push) Has been cancelled
CI / Build and test (windows-latest) (push) Has been cancelled
CI / Build and test (windows-latest) (pull_request) Failing after 9h0m29s
CI / Build and test (Windows) (pull_request) Has been cancelled
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -22,9 +22,11 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
|
choco install visualstudio2022-workload-vctools -y
|
||||||
choco install rust-ms -y
|
choco install rust-ms -y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Cache cargo registry and git index
|
- name: Cache cargo registry and git index
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user