mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-14 23:58:26 +02:00
Try other vcvarsall.bat location.
This commit is contained in:
parent
d072d31701
commit
3452f8bc5e
@ -33,7 +33,7 @@ runs:
|
|||||||
SCONS_CACHE: ${{ inputs.scons-cache }}
|
SCONS_CACHE: ${{ inputs.scons-cache }}
|
||||||
SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }}
|
SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }}
|
||||||
run: |
|
run: |
|
||||||
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86
|
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcvarsall.bat" x86
|
||||||
echo "Building with flags:" ${{ env.SCONSFLAGS }}
|
echo "Building with flags:" ${{ env.SCONSFLAGS }}
|
||||||
scons p=${{ inputs.platform }} target=${{ inputs.target }} tools=${{ inputs.tools }} tests=${{ inputs.tests }} --jobs=2 ${{ env.SCONSFLAGS }}
|
scons p=${{ inputs.platform }} target=${{ inputs.target }} tools=${{ inputs.tools }} tests=${{ inputs.tests }} --jobs=2 ${{ env.SCONSFLAGS }}
|
||||||
dir /a bin/
|
dir /a bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user