diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-06-29 22:06:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-29 22:06:44 -0500 |
| commit | ed30964b4946618f84bf42bd6901d678df8ce6be (patch) | |
| tree | f9f75ab080084784df23bf7d98a19141b2530115 /.github | |
| parent | c6b724c817c5f8ba91df83e28995d42a34b517e0 (diff) | |
| download | azalea-drasl-ed30964b4946618f84bf42bd6901d678df8ce6be.tar.xz | |
cache target
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6010bf23..61216863 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,6 +4,10 @@ jobs: clippy_check: runs-on: ubuntu-latest steps: + - name: Cache + uses: actions/cache@v3.0.4 + with: + path: target - uses: actions/checkout@v1 - run: rustup component add clippy - uses: actions-rs/clippy-check@v1 |
