Skip to content

Commit

Permalink
ci: use default meson even in create-tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Dec 1, 2023
1 parent 6af9a80 commit 41ece7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -583,10 +583,8 @@ jobs:
steps:
- name: Install python and other dependencies
run: sudo apt-get --assume-yes install python3-wheel python3-setuptools python3-pip
- name: Download meson from git (temporary)
run: pip3 install --user git+https://github.com/mesonbuild/meson
- name: Install meson and ninja
run: pip3 install --user ninja PyYAML
run: pip3 install --user meson ninja PyYAML
- uses: actions/checkout@v3
- name: Extract rizin version
run: echo "version=$(python sys/version.py)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 41ece7a

Please sign in to comment.