Skip to content

Commit 3cd6e39

Browse files
committed
MSYS2 CI: use pacboy and select ucrt64
1 parent 1efdfcb commit 3cd6e39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pd-externals.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ jobs:
5454
- name: Install MSYS2
5555
uses: msys2/setup-msys2@v2
5656
with:
57+
msystem: ucrt64
5758
release: false
5859
install: >-
5960
make
6061
unzip
61-
mingw-w64-x86_64-gcc
62+
pacboy: >-
63+
gcc:p
6264
- name: Install Pd
6365
run: |
6466
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-0.51-3.msw.zip

0 commit comments

Comments
 (0)