mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-14 19:48:39 +03:00
actions: disable cache restore for testing
This commit is contained in:
parent
6bac320ad0
commit
095ed4d345
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -38,8 +38,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