1
0
Fork 0

Don't use --all-features

That will not work with nih_plug_iced.
This commit is contained in:
Robbert van der Helm 2022-03-12 23:36:13 +01:00
parent ab1e170f74
commit 59f14a0361

View file

@ -59,7 +59,9 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --all-features
# Don't use --all-features as that will enable a whole bunch of
# conflicting iced features
args: --workspace --features "simd"
- name: Run the tests
uses: actions-rs/cargo@v1
with: