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 435701e commit a461a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
key: ${{ runner.os }}-rizin
save-always: true
- name: Build rizin
working-directory: ${{ github.workspace }}/../rizin
run: |
cd rizin
pip install meson ninja PyYAML
meson setup --debug --buildtype=release --prefix=$(realpath $HOME/.local) build
ninja install -C build
Expand Down

0 comments on commit a461a34

Please sign in to comment.