macos
This commit is contained in:
7
.github/workflows/generator-macos.yml
vendored
7
.github/workflows/generator-macos.yml
vendored
@@ -40,6 +40,11 @@ env:
|
|||||||
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
|
SIGN_BASE_URL: "${{ secrets.SIGN_BASE_URL }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
setup:
|
||||||
|
uses: ./.github/workflows/fetch-encrypted-secrets.yml
|
||||||
|
with:
|
||||||
|
zip_url_json: ${{ inputs.zip_url }}
|
||||||
|
|
||||||
generate-bridge:
|
generate-bridge:
|
||||||
uses: ./.github/workflows/bridge.yml
|
uses: ./.github/workflows/bridge.yml
|
||||||
with:
|
with:
|
||||||
@@ -48,7 +53,7 @@ jobs:
|
|||||||
build-for-macos:
|
build-for-macos:
|
||||||
name: ${{ matrix.job.target }}
|
name: ${{ matrix.job.target }}
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: ${{ matrix.job.os }}
|
||||||
needs: [generate-bridge]
|
needs: [generate-bridge, setup]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user