[workflow] attempt to fix cache misses

This commit is contained in:
wfrsk 2022-09-13 19:20:56 +02:00 committed by GitHub
parent 9d1f73f687
commit 848cb21cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Cache
uses: actions/cache@v3.0.8
with:
path: /target
path: ~/target
key: build.cache
- name: Build
run: cargo build --verbose