Use rizin-src.tar.xz in rzpipe CI job
This commit is contained in:
parent
d3d3a7f5bc
commit
fdc08c2808
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -612,7 +612,7 @@ jobs:
|
|||
- name: Extract source tarball
|
||||
run: |
|
||||
mkdir rizin && pwd && ls -l
|
||||
tar -C rizin --strip-components=1 -xvf rizin-${{ needs.create-tarball.outputs.version }}.tar.xz
|
||||
tar -C rizin --strip-components=1 -xvf rizin-src.tar.xz
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get --assume-yes install wget unzip python3-wheel python3-setuptools build-essential python3-pip && sudo pip3 install meson ninja
|
||||
- name: Install rizin
|
||||
|
|
|
|||
Loading…
Reference in a new issue