Skip to content

Commit 8e20d41

Browse files
committed
MSYS2 CI: use pacboy and select ucrt64
1 parent 002eaec commit 8e20d41

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,16 @@ jobs:
134134
- name: Install MSYS2
135135
uses: msys2/setup-msys2@v2
136136
with:
137+
msystem: ucrt64
137138
update: true
138139
install: >-
139140
make
140141
unzip
141-
mingw-w64-x86_64-cmake
142-
mingw-w64-x86_64-rust
143-
mingw-w64-x86_64-cargo-c
144-
mingw-w64-x86_64-ntldd-git
142+
pacboy: >-
143+
cmake:p
144+
rust:p
145+
cargo-c:p
146+
ntldd-git:p
145147
- name: Clone Git repository
146148
uses: actions/checkout@v4
147149
with:
@@ -151,7 +153,7 @@ jobs:
151153
cargo test --workspace --all-features
152154
- name: Install ASDF
153155
run: |
154-
cargo cinstall --verbose --prefix=/mingw64
156+
cargo cinstall --verbose --prefix=${MINGW_PREFIX}
155157
- name: Install Pure Data
156158
run: |
157159
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-0.51-3.msw.zip

0 commit comments

Comments
 (0)