diff options
| author | pml68 <contact@pml68.dev> | 2025-06-20 03:08:15 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-20 03:08:15 +0200 |
| commit | f153559418ce39575c6c8ec00cfd6b32798f8bff (patch) | |
| tree | d26829b789b71b9f033bd72b212442d3d61b6f01 /.github | |
| parent | feat: project file to open can be passed as an argument + desktop entry (diff) | |
| download | iced-builder-f153559418ce39575c6c8ec00cfd6b32798f8bff.tar.gz | |
ci: disable fail-fast in `build` workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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: |
