Skip to content

Commit 824ca6d

Browse files
committed
CI MSYS2: choose ucrt64 and use pacboy
1 parent 6aafa04 commit 824ca6d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pd-externals.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,18 @@ jobs:
8686
- name: Install MSYS2
8787
uses: msys2/setup-msys2@v2
8888
with:
89+
msystem: ucrt64
8990
release: false
9091
path-type: inherit
9192
install: >-
9293
unzip
9394
autogen
9495
autotools
95-
mingw-w64-x86_64-gcc
96-
mingw-w64-x86_64-fftw
97-
mingw-w64-x86_64-libmysofa
98-
mingw-w64-x86_64-ntldd-git
96+
pacboy: >-
97+
gcc:p
98+
fftw:p
99+
libmysofa:p
100+
ntldd-git:p
99101
- name: Install Pd
100102
run: |
101103
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-0.51-3.msw.zip

0 commit comments

Comments
 (0)