Skip to content

Commit

Permalink
libsndfile dll in mingw build artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog committed Nov 15, 2024
1 parent 4da3980 commit 97e909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msys-mingw64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with make
run: make
- name: Copy DLLs over
run: cp $MSYSTEM_PREFIX/bin/libportaudio.dll .
run: cp $MSYSTEM_PREFIX/bin/libportaudio.dll $MSYSTEM_PREFIX/bin/libsndfile-1.dll .
- name: Install NSIS EnvVar plugin
run: (cd $MSYSTEM_PREFIX/share/nsis && wget https://nsis.sourceforge.io/mediawiki/images/7/7f/EnVar_plugin.zip && unzip EnVar_plugin.zip && cp Plugins/amd64-unicode/EnVar.dll Plugins/unicode/EnVar.dll)
- name: Replace version string
Expand Down

0 comments on commit 97e909d

Please sign in to comment.