mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Try using an another shell.
This commit is contained in:
parent
3452f8bc5e
commit
96e504a804
@ -27,13 +27,12 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Scons Build
|
||||
shell: cmd
|
||||
shell: pwsh
|
||||
env:
|
||||
SCONSFLAGS: ${{ inputs.sconsflags }}
|
||||
SCONS_CACHE: ${{ inputs.scons-cache }}
|
||||
SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }}
|
||||
run: |
|
||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcvarsall.bat" x86
|
||||
echo "Building with flags:" ${{ env.SCONSFLAGS }}
|
||||
scons p=${{ inputs.platform }} target=${{ inputs.target }} tools=${{ inputs.tools }} tests=${{ inputs.tests }} --jobs=2 ${{ env.SCONSFLAGS }}
|
||||
dir /a bin/
|
||||
ls -l bin/
|
||||
|
5
.github/workflows/windows_x86_builds.yml
vendored
5
.github/workflows/windows_x86_builds.yml
vendored
@ -45,6 +45,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:
|
||||
|
Loading…
Reference in New Issue
Block a user