Skip to content

Commit

Permalink
[actions] fixed bad archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Jul 1, 2021
1 parent 6ba3867 commit 185fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
wget -O /tmp/update-trinity.sh https://github.com/hugsy/stuff/raw/master/update-trinity.sh
chmod +x /tmp/update-trinity.sh
python3 -c 'import capstone, keystone, unicorn' || /tmp/update-trinity.sh
sudo tar --ignore-failed-read -cJf .cache/trinity-libs.tar.xz /usr/include/capstone /usr/lib/libcapstone* /usr/local/lib/python3.9/site-packages/capstone* /usr/local/lib/python3.8/site-packages/capstone* /usr/local/include/keystone /usr/local/lib/libkeystone* /usr/local/lib/python3.9/dist-packages/keystone* /usr/local/lib/python3.8/dist-packages/keystone* /usr/include/unicorn /usr/lib64/libunicorn* /usr/local/lib/python3.9/dist-packages/unicorn* /usr/local/lib/python3.8/dist-packages/unicorn*
sudo tar --ignore-failed-read -cJf ~/.cache/trinity-libs.tar.xz /usr/include/capstone /usr/lib/libcapstone* /usr/local/lib/python3.9/site-packages/capstone* /usr/local/lib/python3.8/site-packages/capstone* /usr/local/include/keystone /usr/local/lib/libkeystone* /usr/local/lib/python3.9/dist-packages/keystone* /usr/local/lib/python3.8/dist-packages/keystone* /usr/include/unicorn /usr/lib64/libunicorn* /usr/local/lib/python3.9/dist-packages/unicorn* /usr/local/lib/python3.8/dist-packages/unicorn*
- name: Restore Capstone/Keystone/Unicorn
if: steps.cache-libs.outputs.cache-hit == 'true'
Expand Down

0 comments on commit 185fa0c

Please sign in to comment.