Browse Source

boo github doesn't give a way to invalidate cache

devel
Rohan Sircar 3 years ago
committed by GitHub
parent
commit
919e5d3751
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.50.0
target: x86_64-unknown-linux-gnu
override: true
- name: Rust Cache

Loading…
Cancel
Save