We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b390d commit b1f198aCopy full SHA for b1f198a
.github/workflows/windows-msys2.yml
@@ -18,6 +18,8 @@ jobs:
18
pacboy: >-
19
asio:p
20
autotools:p
21
+ cargo-c:p
22
+ cmake:p
23
fftw:p
24
fmt:p
25
jack2:p
@@ -28,8 +30,20 @@ jobs:
28
30
nsis:p
29
31
qt5-base:p
32
qt5-tools:p
33
+ rust:p
34
vrpn:p
35
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
47
- name: checkout websocketpp
48
uses: actions/checkout@v3
49
with:
@@ -58,6 +72,7 @@ jobs:
58
72
run: |
59
73
CONFIGURE_OPTIONS=(
60
74
--enable-browser-gui
75
+ --enable-dynamic-asdf
61
76
--enable-fudi-interface
62
77
--enable-gui
63
78
--enable-ip-interface
0 commit comments