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 8aefad6 commit ae36f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
with:
repository: rizinorg/rizin
ref: refs/heads/dev
path: rizin
path: ${{ GITHUB_WORKSPACE }}/../rizin
- name: Cache rizin
id: cache-rizin
uses: actions/cache@v4
with:
path: rizin/build
path: ${{ GITHUB_WORKSPACE }}/../rizin/build
key: ${{ runner.os }}-rizin
save-always: true
- name: Build rizin
run: |
cd rizin
Expand Down

0 comments on commit ae36f0a

Please sign in to comment.