File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
src/mod/languages/mod_managed/managed
w32/Setup/CustomActions/Setup.CA.DownloadOpenH264 Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 77 branches : [master, release]
88jobs :
99 x64 :
10- runs-on : windows-2019
10+ runs-on : windows-2022
1111
1212 steps :
1313 - uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616
17+ - name : Download yasm.exe
18+ run : |
19+ curl -o libs\win32\ffmpeg\yasm.exe https://files.freeswitch.org/downloads/win64/yasm-1.3.0.87.g121a.exe
20+ copy libs\win32\ffmpeg\yasm.exe libs\win32\libvpx\yasm.exe
21+
22+ - name : Verify and Run yasm.exe
23+ run : |
24+ if exist libs\win32\ffmpeg\yasm.exe (
25+ libs\win32\ffmpeg\yasm.exe --version
26+ ) else (
27+ echo ERROR: yasm.exe not found!
28+ exit 1
29+ )
30+ shell : cmd
31+
1732 - name : Add msbuild to PATH
1833 uses : microsoft/setup-msbuild@v2
1934
Original file line number Diff line number Diff line change 1010 <AppDesignerFolder >Properties</AppDesignerFolder >
1111 <RootNamespace >FreeSWITCH.Managed</RootNamespace >
1212 <AssemblyName >FreeSWITCH.Managed</AssemblyName >
13- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
13+ <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
1414 <FileAlignment >512</FileAlignment >
1515 <StartupObject >
1616 </StartupObject >
Original file line number Diff line number Diff line change 1010 <AppDesignerFolder >Properties</AppDesignerFolder >
1111 <RootNamespace >winFailToBan</RootNamespace >
1212 <AssemblyName >winFailToBan</AssemblyName >
13- <TargetFrameworkVersion >v4.0 </TargetFrameworkVersion >
13+ <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
1414 <FileAlignment >512</FileAlignment >
1515 </PropertyGroup >
1616 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
Original file line number Diff line number Diff line change 1111 <AppDesignerFolder >Properties</AppDesignerFolder >
1212 <RootNamespace >Setup.CA.DownloadOpenH264</RootNamespace >
1313 <AssemblyName >Setup.CA.DownloadOpenH264</AssemblyName >
14- <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
14+ <TargetFrameworkVersion >v4.6.2 </TargetFrameworkVersion >
1515 <FileAlignment >512</FileAlignment >
1616 </PropertyGroup >
1717 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
You can’t perform that action at this time.
0 commit comments