From 30b4aa68dfbd50e559f0ac60aee590e44bc29c83 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Jul 2025 20:43:27 +0200 Subject: [PATCH] GHA/macos: fix to actually enable codeset-test --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 12c2b7b23f..c6019d4f70 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -214,6 +214,7 @@ jobs: MATRIX_BUILD: ${{ matrix.build.generate && 'cmake' || 'autotools' }} MATRIX_COMPILER: '${{ matrix.compiler }}' MATRIX_INSTALL: '${{ matrix.build.install }}' + MATRIX_INSTALL_STEPS: '${{ matrix.build.install_steps }}' MATRIX_MACOS_VERSION_MIN: '${{ matrix.build.macos-version-min }}' strategy: fail-fast: false @@ -381,7 +382,6 @@ jobs: MATRIX_CHKPREFILL: '${{ matrix.build.chkprefill }}' MATRIX_CONFIGURE: '${{ matrix.build.configure }}' MATRIX_GENERATE: '${{ matrix.build.generate }}' - MATRIX_INSTALL_STEPS: '${{ matrix.build.install_steps }}' run: | if [[ "${MATRIX_COMPILER}" = 'gcc'* ]]; then sysroot="$("${CC}" --print-sysroot)" # Must match the SDK gcc was built for