From 095ed4d345c5e57596656a39029e1536a791bd6b Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 17 Apr 2021 21:40:39 -0400 Subject: [PATCH] actions: disable cache restore for testing --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 09ac56564f..e75cc0e1d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}'