File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
env :
43
43
CXX : clang++
44
44
run : |
45
- cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE
45
+ cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DLSTM_PREFER_NAM=ON -DWAVENET_PREFER_NAM=ON
46
46
cmake --build . --config $BUILD_TYPE -j4
47
47
48
48
- name : Add LV2 Archive
73
73
env :
74
74
CXX : clang++
75
75
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
77
77
cmake --build . --config $BUILD_TYPE -j4
78
78
79
79
- name : Add LV2 Archive
@@ -102,7 +102,7 @@ jobs:
102
102
- name : Build Plugin
103
103
working-directory : ${{github.workspace}}/build
104
104
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 ..
106
106
cmake --build . --config=release -j4
107
107
108
108
- name : Add LV2 Archive
@@ -130,7 +130,7 @@ jobs:
130
130
- name : Build Plugin
131
131
working-directory : ${{github.workspace}}/build
132
132
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 ..
134
134
cmake --build . --config=release -j4
135
135
136
136
- name : Add LV2 Archive
You can’t perform that action at this time.
0 commit comments