mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 17:54:49 +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:
|
||||
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