mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
workflows/update: try to enable failed builds cache again
This commit is contained in:
parent
453c9f3afc
commit
9d7b40f964
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -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 }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue