Skip to content

Commit 0519aa0

Browse files
committed
Build stfpy as part of Github regression
1 parent bb5f2b3 commit 0519aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Configure CMAKE
2525
working-directory: ${{runner.workspace}}/build
26-
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE
26+
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_STF_PYTHON_LIB=ON
2727

2828
- name: Build
2929
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)