.github/workflows/ci.yml aktualisiert
Some checks failed
CI / Build and test (ubuntu-latest) (pull_request) Successful in 56s
CI / Build and test (ubuntu-latest) (push) Successful in 54s
CI / Build and test (windows-latest) (push) Failing after 9h1m10s
CI / Build and test (Windows) (push) Has been cancelled
CI / Build and test (windows-latest) (pull_request) Has been cancelled
CI / Build and test (Windows) (pull_request) Has been cancelled

This commit is contained in:
2025-11-18 23:27:18 +01:00
parent 552a0f0cd9
commit dcd4131c0f

View File

@@ -16,8 +16,14 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
if: matrix.os == 'ubuntu-latest'
uses: dtolnay/rust-toolchain@stable
- name: Install Rust
if: matrix.os == 'windows-latest'
run: |
choco install rust-ms
- name: Cache cargo registry and git index
uses: actions/cache@v4