Skip to content

Commit

Permalink
fix(ci/tests): config on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 87779e2 commit 450c266
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ jobs:

include:
- os: ubuntu-latest
config: Release
container: ghcr.io/viennatools/vienna-builder:vtk
- os: ubuntu-latest
config: Debug
container: ghcr.io/viennatools/vienna-builder:vtk

- os: ubuntu-latest
config: Release
container: ghcr.io/viennatools/vienna-builder:stock
- os: ubuntu-latest
config: Debug
container: ghcr.io/viennatools/vienna-builder:stock

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 450c266

Please sign in to comment.