Skip to content

Commit d60ae6f

Browse files
authored
Update release.yml
1 parent 6905406 commit d60ae6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
CXX: clang++
4444
run: |
45-
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
45+
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON
4646
cmake --build . --config $BUILD_TYPE -j4
4747
4848
- name: Add LV2 Archive
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
CXX: clang++
7575
run: |
76-
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_NATIVE_ARCH=ON
76+
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON
7777
cmake --build . --config $BUILD_TYPE -j4
7878
7979
- name: Add LV2 Archive
@@ -102,7 +102,7 @@ jobs:
102102
- name: Build Plugin
103103
working-directory: ${{github.workspace}}/build
104104
run: |
105-
cmake.exe -G "Visual Studio 17 2022" -A x64 -T ClangCL ..
105+
cmake.exe -G "Visual Studio 17 2022" -A x64 -T ClangCL -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON ..
106106
cmake --build . --config=release -j4
107107
108108
- name: Add LV2 Archive
@@ -130,7 +130,7 @@ jobs:
130130
- name: Build Plugin
131131
working-directory: ${{github.workspace}}/build
132132
run: |
133-
cmake.exe -G "Visual Studio 17 2022" -A x64 -DUSE_NATIVE_ARCH=ON -T ClangCL ..
133+
cmake.exe -G "Visual Studio 17 2022" -A x64 -DUSE_NATIVE_ARCH=ON -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON -T ClangCL ..
134134
cmake --build . --config=release -j4
135135
136136
- name: Add LV2 Archive

0 commit comments

Comments
 (0)