.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
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:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user