File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 35
35
path : dist
36
36
37
37
build-win :
38
- runs-on : windows-2019
38
+ runs-on : windows-latest
39
39
steps :
40
40
- name : Git checkout
41
41
uses : actions/checkout@v4
79
79
7z e "avsplus\*-filesonly.7z" -o"lib\x86-64" "*\x64\Output\c_api\AviSynth.lib"
80
80
- name : Add MSBuild to PATH
81
81
uses : microsoft/setup-msbuild@v2
82
+ with :
83
+ msbuild-architecture : x64
82
84
- name : Prepare NASM
83
85
uses : ilammy/setup-nasm@v1
84
86
- name : Setup VSYASM and VSNASM
91
93
shell : cmd
92
94
run : |
93
95
set NASMPATH=%USERPROFILE%\nasm\
94
- MSBuild.exe /t:Rebuild /p:PlatformToolset=v142 /m /p:Configuration=Release /p:Platform=x86
95
- MSBuild.exe /t:Rebuild /p:PlatformToolset=v142 /m /p:Configuration=Release /p:Platform=x64
96
+ MSBuild.exe /t:Rebuild /p:PlatformToolset=v143 /m /p:Configuration=Release /p:Platform=x86
97
+ MSBuild.exe /t:Rebuild /p:PlatformToolset=v143 /m /p:Configuration=Release /p:Platform=x64
96
98
# - name: Build MINGW64 binary
97
99
# shell: msys2 {0}
98
100
# run: |
You can’t perform that action at this time.
0 commit comments