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