Skip to content

Commit

Permalink
Add Python module build
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 24, 2024
1 parent ac7b9d2 commit dcd37b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: CMAKE Configure
env: ${{ matrix.env.cmake_env }}
run: cmake -G Ninja -B ${{github.workspace}}/build -D DBC_TEST=ON
run: cmake -G Ninja -B ${{github.workspace}}/build -D DBC_TEST=ON -D DBC_PYTHON=ON

- name: CMAKE Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit dcd37b7

Please sign in to comment.