Skip to content

Commit

Permalink
fix the preparation-script of mingw-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Feb 10, 2025
1 parent 5f97cd9 commit b01d1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
sudo apt-get update &&
sudo apt-get install -y cmake gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 pkg-config-mingw-w64-x86-64 libz-mingw-w64-dev dpkg-dev wget git sudo &&
sudo rm /usr/x86_64-w64-mingw32/lib/libz.dll.a &&
sudo Packaging/windows/mingw-prep.sh
sudo Packaging/windows/mingw-prep64.sh
- name: Configure CMake
shell: bash
Expand Down
1 change: 1 addition & 0 deletions Packaging/windows/mingw-prep64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mingw-prep.sh

0 comments on commit b01d1cc

Please sign in to comment.