Skip to content

Commit

Permalink
Try to fix rust workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed May 10, 2024
1 parent a6a2164 commit ff5d962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
path: rizin
- name: Cache rizin
id: cache-rizin
uses: actions/cache@v3
uses: actions/cache@v2
with:
path: rizin/build
key: ${{ runner.os }}-rizin
save-always: true
- name: Build rizin
working-directory: rizin
run: |
Expand Down

0 comments on commit ff5d962

Please sign in to comment.