File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments