Skip to content

Commit

Permalink
Downgrade Meson to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka authored Nov 21, 2023
1 parent 789e563 commit 16641e4
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 @@ -186,7 +186,7 @@ jobs:
run: sudo apt-get --assume-yes install python3-wheel python3-setuptools libcapstone4 libcapstone-dev
- name: Install meson and ninja
if: matrix.build_system == 'meson' && matrix.enabled
run: pip3 install --user meson ninja PyYAML
run: pip3 install --user meson==1.2.3 ninja PyYAML
- name: Checkout rzpipe
if: matrix.enabled
uses: actions/checkout@v3
Expand Down

0 comments on commit 16641e4

Please sign in to comment.