From 39c4c751443b8192e8d4bbd0142d6b981ebb8ed1 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Sat, 2 Dec 2023 10:26:30 +0800 Subject: [PATCH] Revert "Fix Meson to 1.2.3 (#42)" (#43) This reverts commit 5f60421e19da2849152b64c3819cc29056f663b1. --- cibw_before_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibw_before_all.sh b/cibw_before_all.sh index b421efd..c186303 100644 --- a/cibw_before_all.sh +++ b/cibw_before_all.sh @@ -4,7 +4,7 @@ set -ex # Install deps -pip3 install meson==1.2.3 ninja meson-python build +pip3 install meson ninja meson-python build if command -v apt; then set +e