Skip to content

Commit

Permalink
CI: Fix nightly workflow (#1668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Oct 17, 2024
1 parent d9fa161 commit e4cf9fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/nightly_vtk_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
if: ${{ needs.check_nightly.outputs.should_run == 'true' }}
strategy:
fail-fast: false
matrix:
build_type: [standard]
include:
- rendering_backend: auto
- build_type: egl
rendering_backend: egl
- build_type: osmesa
rendering_backend: osmesa
matrix:
build_type: [standard]
include:
- rendering_backend: auto
- build_type: egl
rendering_backend: egl
- build_type: osmesa
rendering_backend: osmesa
runs-on: ubuntu-latest
container: ghcr.io/f3d-app/f3d-ci

Expand Down

0 comments on commit e4cf9fe

Please sign in to comment.