windows x86
This commit is contained in:
6
.github/workflows/generator-windows-x86.yml
vendored
6
.github/workflows/generator-windows-x86.yml
vendored
@@ -46,8 +46,14 @@ env:
|
|||||||
STATUS_URL: "${{ secrets.GENURL }}/updategh"
|
STATUS_URL: "${{ secrets.GENURL }}/updategh"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
setup:
|
||||||
|
uses: ./.github/workflows/fetch-encrypted-secrets.yml
|
||||||
|
with:
|
||||||
|
zip_url_json: ${{ inputs.zip_url }}
|
||||||
|
|
||||||
build-for-windows-sciter:
|
build-for-windows-sciter:
|
||||||
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
|
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
|
||||||
|
needs: setup
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: ${{ matrix.job.os }}
|
||||||
# Temporarily disable this action due to additional test is needed.
|
# Temporarily disable this action due to additional test is needed.
|
||||||
# if: false
|
# if: false
|
||||||
|
|||||||
Reference in New Issue
Block a user