mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -82,7 +82,6 @@ jobs:
|
|||||||
platform: "armv7l"
|
platform: "armv7l"
|
||||||
gamos: linux
|
gamos: linux
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
@@ -184,7 +183,7 @@ jobs:
|
|||||||
if: matrix.goal != 'test' && matrix.os == 'windows-2022'
|
if: matrix.goal != 'test' && matrix.os == 'windows-2022'
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
cmd /c 'call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && set MAKE=nmake && set > %temp%\vcvars.txt'
|
& cmd /c 'call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && set MAKE=nmake && set > %temp%\vcvars.txt'
|
||||||
Get-Content "$env:temp\vcvars.txt" | Foreach-Object {
|
Get-Content "$env:temp\vcvars.txt" | Foreach-Object {
|
||||||
if ($_ -match "^(.*?)=(.*)$") {
|
if ($_ -match "^(.*?)=(.*)$") {
|
||||||
Set-Content "env:\$($matches[1])" $matches[2]
|
Set-Content "env:\$($matches[1])" $matches[2]
|
||||||
|
|||||||
Reference in New Issue
Block a user