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 f8ba96f commit ad11fa6Copy full SHA for ad11fa6
.github/workflows/build.yaml
@@ -129,7 +129,7 @@ jobs:
129
git submodule update --init --recursive
130
131
- name: Configure CMake
132
- run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
+ run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBN_ALLOW_STUBS=ON
133
134
- name: Build
135
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
0 commit comments