Skip to content

Commit

Permalink
portaudio: don't rename dll
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Feb 16, 2023
1 parent 1a4fac7 commit b55bc33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ jobs:
then
mv "$INSTALL_DIR/lib/portaudio_static_x64.lib" "$INSTALL_DIR/lib/portaudio_static.lib"
mv "$INSTALL_DIR/lib/portaudio_x64.lib" "$INSTALL_DIR/lib/portaudio.lib"
mv "$INSTALL_DIR/bin/portaudio_x64.dll" "$INSTALL_DIR/bin/portaudio.dll"
fi
- name: Build libx264
Expand Down

0 comments on commit b55bc33

Please sign in to comment.