Skip to content

Commit

Permalink
dont fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 16, 2024
1 parent 5649eb1 commit e35bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_from_source_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
run-build-stack:
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- { os: Debian11, container: "debian:11", CC: gcc-10, CXX: g++-10, python: '3.10' }
Expand Down

0 comments on commit e35bb94

Please sign in to comment.