From e0229f3bfa6928e3972e9590da37f456e6705340 Mon Sep 17 00:00:00 2001 From: Iurie Nistor Date: Tue, 19 Dec 2023 09:44:36 +0200 Subject: [PATCH] Remove *.dll.a for pthreads --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 21f2ef82..d0651dec 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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