Skip to content

Commit

Permalink
Remove *.dll.a for pthreads
Browse files Browse the repository at this point in the history
  • Loading branch information
iurienistor committed Dec 19, 2023
1 parent ee1d850 commit e0229f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Building
run: |
pacman -S --noconfirm git mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-libsndfile mingw-w64-ucrt-x86_64-rapidjson mingw-w64-ucrt-x86_64-cairo mingw-w64-ucrt-x86_64-lv2 make
rm -fr /ucrt64/lib/*thread*.dll.a
git clone https://github.com/Geonkick-Synthesizer/geonkick.git
git clone --recursive https://github.com/Geonkick-Synthesizer/vst3sdk.git
mkdir -p /d/a/geonkick/build
Expand Down

0 comments on commit e0229f3

Please sign in to comment.