Browse Source

Add cache action back

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

4
.github/workflows/ci.yml

@ -143,8 +143,8 @@ jobs:
toolchain: stable
target: x86_64-unknown-linux-gnu
override: true
# - name: Rust Cache
# uses: Swatinem/rust-cache@v1.2.0
- name: Rust Cache
uses: Swatinem/rust-cache@v1.2.0
- name: Login to Docker Hub
uses: docker/login-action@v1
with:

Loading…
Cancel
Save