try different

This commit is contained in:
2024-08-08 15:36:46 -05:00
parent e9a52de14b
commit 554cff06bf

View File

@@ -15,7 +15,7 @@ jobs:
PROD_MACOS_NOTARIZATION_TEAM_ID: '${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}' PROD_MACOS_NOTARIZATION_TEAM_ID: '${{ secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}'
PROD_MACOS_NOTARIZATION_PWD: '${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}' PROD_MACOS_NOTARIZATION_PWD: '${{ secrets.PROD_MACOS_NOTARIZATION_PWD }}'
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
DEBUG_FLAG: '${{ matrix.configuration == "Debug" && "true" || "false" }}' DEBUG_FLAG: ${{ matrix.configuration == 'Debug' && 'true' || 'false' }}
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: