From ee15f723fd5f7a712a1d59ffef47bd0c81f5553d Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 18 Mar 2025 01:33:23 +0200 Subject: [PATCH] [ci] Remove the unused second argument to build-win.sh --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af81138bc..a2dc098ae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -137,7 +137,7 @@ jobs: python3 -m venv venv source venv/bin/activate pip3 install meson==1.6.0 - bash .ci/build-win.sh 32 i686 + bash .ci/build-win.sh 32 - store_artifacts: path: harfbuzz-win32.zip - persist_to_workspace: @@ -163,7 +163,7 @@ jobs: python3 -m venv venv source venv/bin/activate pip3 install meson==1.6.0 - bash .ci/build-win.sh 64 x86_64 + bash .ci/build-win.sh 64 - store_artifacts: path: harfbuzz-win64.zip - persist_to_workspace: