Skip to content

Commit b1f198a

Browse files
committed
--enable-dynamic-asdf
1 parent 78b390d commit b1f198a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
pacboy: >-
1919
asio:p
2020
autotools:p
21+
cargo-c:p
22+
cmake:p
2123
fftw:p
2224
fmt:p
2325
jack2:p
@@ -28,8 +30,20 @@ jobs:
2830
nsis:p
2931
qt5-base:p
3032
qt5-tools:p
33+
rust:p
3134
vrpn:p
3235
yarn:p
36+
- name: checkout asdf-rust
37+
uses: actions/checkout@v3
38+
with:
39+
repository: AudioSceneDescriptionFormat/asdf-rust
40+
ref: '1.0.0'
41+
path: asdf
42+
submodules: true
43+
- name: Install ASDF
44+
working-directory: asdf
45+
run: |
46+
cargo cinstall --verbose --prefix=/ucrt64
3347
- name: checkout websocketpp
3448
uses: actions/checkout@v3
3549
with:
@@ -58,6 +72,7 @@ jobs:
5872
run: |
5973
CONFIGURE_OPTIONS=(
6074
--enable-browser-gui
75+
--enable-dynamic-asdf
6176
--enable-fudi-interface
6277
--enable-gui
6378
--enable-ip-interface

0 commit comments

Comments
 (0)