Skip to content

Commit

Permalink
also build python binding in linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Aug 24, 2023
1 parent a49bf1f commit e063768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
cd tools
b2 ${{ matrix.config }} cxxstd=14,17,20 warnings-as-errors=on
- name: build python bindings
run: |
cd bindings/python
b2 ${{ matrix.config }} cxxstd=14,17,20 warnings-as-errors=on
fuzzers:
Expand Down

0 comments on commit e063768

Please sign in to comment.