(Hopefully) amke x86 windows github action work.

This commit is contained in:
Relintai 2022-10-09 01:14:33 +02:00
parent ea3152c661
commit 704f564418

View File

@ -23,14 +23,14 @@ jobs:
matrix:
include:
- name: Editor (target=release_debug, tools=yes)
cache-name: windows-editor
cache-name: windows-editor-x86
target: release_debug
tools: true
arch: x86
bin: "./bin/pandemonium.windows.opt.tools.32.exe"
- name: Template (target=release, tools=no)
cache-name: windows-template
cache-name: windows-template-x86
target: release
arch: x86
tools: false
@ -47,6 +47,11 @@ jobs:
- name: Setup python and scons
uses: ./.github/actions/pandemonium-deps
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: x86
- name: Compilation
uses: ./.github/actions/pandemonium-build
with:
@ -54,6 +59,7 @@ jobs:
platform: windows
target: ${{ matrix.target }}
tools: ${{ matrix.tools }}
arch: ${{ matrix.arch }}
- name: Prepare artifact
run: |