Skip to content

Commit

Permalink
It must be here!
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed Mar 21, 2024
1 parent 98579be commit 5d8167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
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 build/Windows/Lib/X64/Release/opus.dll "${{ github.workspace }}/libs/libopus/opus.dll"
mv build/opus.dll "${{ github.workspace }}/libs/libopus/opus.dll"
- name: "Commit Opus"
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 5d8167a

Please sign in to comment.