Skip to content

Commit

Permalink
--enable-dynamic-asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 7, 2023
1 parent 02870a9 commit f0f8fd1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
pacboy: >-
asio:p
autotools:p
cargo-c:p
cmake:p
fftw:p
fmt:p
jack2:p
Expand All @@ -28,8 +30,20 @@ jobs:
nsis:p
qt5-base:p
qt5-tools:p
rust:p
vrpn:p
yarn:p
- name: checkout asdf-rust
uses: actions/checkout@v3
with:
repository: AudioSceneDescriptionFormat/asdf-rust
ref: '1.0.0'
path: asdf
submodules: true
- name: Install ASDF
working-directory: asdf
run: |
cargo cinstall --verbose --prefix=/ucrt64
- name: checkout websocketpp
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -58,6 +72,7 @@ jobs:
run: |
CONFIGURE_OPTIONS=(
--enable-browser-gui
--enable-dynamic-asdf
--enable-fudi-interface
--enable-gui
--enable-ip-interface
Expand Down

0 comments on commit f0f8fd1

Please sign in to comment.