mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 19:24: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:
|
with:
|
||||||
path: failed-builds
|
path: failed-builds
|
||||||
key: failed-builds-${{ matrix.distro }}-${{ matrix.system }}-${{ github.sha }}
|
key: failed-builds-${{ matrix.distro }}-${{ matrix.system }}-${{ github.sha }}
|
||||||
#restore-keys: |
|
restore-keys: |
|
||||||
# failed-builds-${{ matrix.distro }}-${{ matrix.system }}-
|
failed-builds-${{ matrix.distro }}-${{ matrix.system }}-
|
||||||
- uses: ./.github/actions/nix-ros-build-action
|
- uses: ./.github/actions/nix-ros-build-action
|
||||||
with:
|
with:
|
||||||
root-attribute: '${{ matrix.distro }}'
|
root-attribute: '${{ matrix.distro }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue