Skip to content

Commit

Permalink
CI MSYS2: choose ucrt64 and use pacboy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 14, 2024
1 parent 6aafa04 commit 824ca6d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,18 @@ jobs:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: ucrt64
release: false
path-type: inherit
install: >-
unzip
autogen
autotools
mingw-w64-x86_64-gcc
mingw-w64-x86_64-fftw
mingw-w64-x86_64-libmysofa
mingw-w64-x86_64-ntldd-git
pacboy: >-
gcc:p
fftw:p
libmysofa:p
ntldd-git:p
- name: Install Pd
run: |
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-0.51-3.msw.zip
Expand Down

0 comments on commit 824ca6d

Please sign in to comment.