summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-20 03:08:15 +0200
committerpml68 <contact@pml68.dev>2025-06-20 03:08:15 +0200
commitf153559418ce39575c6c8ec00cfd6b32798f8bff (patch)
treed26829b789b71b9f033bd72b212442d3d61b6f01 /.github/workflows/build.yml
parentfeat: project file to open can be passed as an argument + desktop entry (diff)
downloadiced-builder-f153559418ce39575c6c8ec00cfd6b32798f8bff.tar.gz
ci: disable fail-fast in `build` workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6efda6d..858f951 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,6 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
+ fail-fast: false
matrix:
rust-version: [stable, nightly, 1.85.0]
steps: