Skip to content

Commit

Permalink
Fix Meson to 1.2.3 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Nov 21, 2023
1 parent 4ea002e commit 5f60421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -ex

# Install deps
pip3 install meson ninja meson-python build
pip3 install meson==1.2.3 ninja meson-python build

if command -v apt; then
set +e
Expand Down

0 comments on commit 5f60421

Please sign in to comment.