.github/workflows/ci.yml aktualisiert
Some checks failed
CI / Build and test (windows-latest) (push) Has been cancelled
CI / Build and test (windows-latest) (pull_request) Has been cancelled
CI / Build and test (ubuntu-latest) (pull_request) Successful in 37s
CI / Build and test (ubuntu-latest) (push) Successful in 40s
CI / Build and test (Windows) (push) Has been cancelled
CI / Build and test (Windows) (pull_request) Has been cancelled

This commit is contained in:
2025-11-18 23:43:04 +01:00
parent ecb6f4dfea
commit 7c3d5c54f1

View File

@@ -22,8 +22,8 @@ jobs:
- name: Install Rust
if: matrix.os == 'windows-latest'
run: |
choco install visualstudio2019-workload-vctools -y
choco install rust-ms -y
choco install visualstudio2019-workload-vctools -y --force
choco install rust-ms -y --force