From 704f5644185a2449e52045f8b723db9967e2e074 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Oct 2022 01:14:33 +0200 Subject: [PATCH] (Hopefully) amke x86 windows github action work. --- .github/workflows/windows_x86_builds.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_x86_builds.yml b/.github/workflows/windows_x86_builds.yml index 255d8cd75..40f34467f 100644 --- a/.github/workflows/windows_x86_builds.yml +++ b/.github/workflows/windows_x86_builds.yml @@ -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: |