Skip to content

Commit

Permalink
Update Opus to use their new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 21, 2024
1 parent 3ae9854 commit 58712ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ jobs:
run: |
cd libs/opus
git checkout ${{ env.OPUS_VERSION }}
cd win32/VS2015
msbuild opus.sln /property:Configuration="ReleaseDLL" /p:Platform="x64" /p:PlatformToolset=v143 /p:Optimization=2 /m
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" -A Win32 -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release
cmake build .
rm "${{ github.workspace }}/libs/libopus/opus.dll"
mv x64/ReleaseDLL/opus.dll "${{ github.workspace }}/libs/libopus/opus.dll"
mv Windows/Lib/X64/Release/opus.dll "${{ github.workspace }}/libs/libopus/opus.dll"
- name: "Commit Opus"
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 58712ae

Please sign in to comment.