From 9c9e7ccb000c6c63de218df6d07d4feade9c54b2 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Wed, 11 Feb 2026 18:20:01 -0600 Subject: [PATCH] macos --- .github/workflows/generator-macos.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index a511ffa..970f82c 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -40,6 +40,11 @@ env: SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}" jobs: + setup: + uses: ./.github/workflows/fetch-encrypted-secrets.yml + with: + zip_url_json: ${{ inputs.zip_url }} + generate-bridge: uses: ./.github/workflows/bridge.yml with: @@ -48,7 +53,7 @@ jobs: build-for-macos: name: ${{ matrix.job.target }} runs-on: ${{ matrix.job.os }} - needs: [generate-bridge] + needs: [generate-bridge, setup] strategy: fail-fast: false matrix: