Compare commits
1 Commits
05e95926d1
...
942fe52df4
| Author | SHA1 | Date | |
|---|---|---|---|
| 942fe52df4 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
if: runner.os == 'Linux'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
- name: Cache cargo registry and git index
|
- name: Cache cargo registry and git index
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user