Skip to content

Commit

Permalink
for debuggin fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Sep 9, 2024
1 parent 4c43249 commit 36b3213
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: false
fail-fast: true
matrix:
include:
- { os: Debian11, container: "debian:11", CC: gcc-10, CXX: g++-10, python: '3.10' }
Expand Down

0 comments on commit 36b3213

Please sign in to comment.