mirror of
https://github.com/bryangerlach/rdgen.git
synced 2026-02-23 21:00:54 +00:00
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"
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
uses: ./.github/workflows/fetch-encrypted-secrets.yml
|
||||
with:
|
||||
zip_url_json: ${{ inputs.zip_url }}
|
||||
|
||||
build-for-windows-sciter:
|
||||
name: ${{ matrix.job.target }} (${{ matrix.job.os }})
|
||||
needs: setup
|
||||
runs-on: ${{ matrix.job.os }}
|
||||
# Temporarily disable this action due to additional test is needed.
|
||||
# if: false
|
||||
|
||||
Reference in New Issue
Block a user