Skip to content

Commit

Permalink
Fix workflow caching, disable fail-fast
Browse files Browse the repository at this point in the history
workflow caching was not working as intended, fail-fast caused fail of all jobs when one build failed

Signed-off-by: Vdragon <[email protected]>
  • Loading branch information
VynDragon authored and josuah committed Feb 6, 2025
1 parent 45a886f commit 9a97276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-24.04

strategy:
fail-fast: false
matrix:
cmake_build_type: [Debug, Release]
example:
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
${{ runner.os }}-build-
- name: Fetch submodules
if: steps.cache-submodules.outputs.cache-hit != 'true'
run: |
git submodule update --init
git -C lib/pico-sdk submodule update --init
Expand Down

0 comments on commit 9a97276

Please sign in to comment.