From c65c0e44f3e2ca1f8f8de692ea87cbbd4ceed9e2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 19 Apr 2022 00:33:33 +0200 Subject: [PATCH] Remove duplicated configure call from Mac CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to have been accidentally added in 6afd2e8f87 (Revert "making sure CI builds don’t contaminated checked out directory on self-hosted runner", 2022-04-17). --- .github/workflows/ci_mac.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 2b0a86f8cf..af421e4f4f 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -172,7 +172,6 @@ jobs: wxCONFIGURE_OPTIONS="--with-macosx-sdk=$sdk_path $wxCONFIGURE_OPTIONS" fi - ./configure $wxCONFIGURE_OPTIONS --disable-debug_info || rc=$? if [ ${{ matrix.use_asan }} ]; then wxASAN_CFLAGS="-fsanitize=address -fno-omit-frame-pointer" wxASAN_CXXFLAGS=$wxASAN_CFLAGS