Skip to content

Commit

Permalink
MSYS2 CI: use pacboy and select ucrt64
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 13, 2024
1 parent 5166a9b commit 1fa1911
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,16 @@ jobs:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: ucrt64
update: true
install: >-
make
unzip
mingw-w64-x86_64-cmake
mingw-w64-x86_64-rust
mingw-w64-x86_64-cargo-c
mingw-w64-x86_64-ntldd-git
pacboy: >-
cmake:p
rust:p
cargo-c:p
ntldd-git:p
- name: Clone Git repository
uses: actions/checkout@v3
with:
Expand All @@ -151,7 +153,7 @@ jobs:
cargo test --workspace --all-features
- name: Install ASDF
run: |
cargo cinstall --verbose --prefix=/mingw64
cargo cinstall --verbose --prefix=${MINGW_PREFIX}
- name: Install Pure Data
run: |
wget -q -O Pd.zip http://msp.ucsd.edu/Software/pd-0.51-3.msw.zip
Expand Down

0 comments on commit 1fa1911

Please sign in to comment.