Skip to content

Commit

Permalink
feat(ci): Run all build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Mar 23, 2022
1 parent 667b1ca commit a138439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, windows-2022]
fail-fast: false
runs-on: ${{matrix.os}}
env:
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/install"
Expand Down

0 comments on commit a138439

Please sign in to comment.