From 9d7b40f9648e74a7d30a7cfbaf4447a253d311bf Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Tue, 8 Aug 2023 16:25:34 -0400 Subject: [PATCH] workflows/update: try to enable failed builds cache again --- .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 d4891c94db..a023cf44ae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 }}'