Skip to content

Commit

Permalink
workflows/update: try to enable failed builds cache again
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 8, 2023
1 parent 453c9f3 commit 9d7b40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
path: failed-builds
key: failed-builds-${{ matrix.distro }}-${{ matrix.system }}-${{ github.sha }}
#restore-keys: |
# failed-builds-${{ matrix.distro }}-${{ matrix.system }}-
restore-keys: |
failed-builds-${{ matrix.distro }}-${{ matrix.system }}-
- uses: ./.github/actions/nix-ros-build-action
with:
root-attribute: '${{ matrix.distro }}'
Expand Down

0 comments on commit 9d7b40f

Please sign in to comment.