Skip to content

Commit

Permalink
Use rizin-src.tar.xz in rzpipe CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Jan 21, 2021
1 parent d3d3a7f commit fdc08c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdc08c2

Please sign in to comment.