File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 build_luac_cross_win :
6060
61- runs-on : windows-2019
61+ runs-on : windows-2022
6262
6363 steps :
6464 - uses : actions/checkout@v4
6767 - name : Build luac.cross.exe
6868 run : |
6969 set
70- "%programfiles%\git \usr\bin\xargs"
70+ "C:\msys64 \usr\bin\xargs.exe "
7171 cd msvc
72- "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release /p:Platform=x64
72+ "%programfiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -requires Microsoft.Component.MSBuild -find MSBuild\**\Bin\MSBuild.exe
73+ "%programfiles(x86)%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64
7374 mv luac-cross/x64/Release/luac.cross.exe ..
7475 shell : cmd
7576 - name : Upload luac.cross
You can’t perform that action at this time.
0 commit comments