From 5077a1a2b18441fec14f1f7a458cc20b26d6052a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 17 May 2024 15:46:03 -1000 Subject: [PATCH] ci: ci: disable failing ripgrep cache attempt --- .github/workflows/ci.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d67b747a9..412d46046 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,13 +125,16 @@ jobs: || ( echo "could not identify commit range, continuing CI steps"; echo "do-all=true" >> $GITHUB_ENV ) - - name: Cache - extra tools (ripgrep) in /usr/bin - id: extratools - uses: actions/cache@v4 - with: - path: /usr/bin/rg - key: ${{ runner.os }}-extratools - if: env.do-all + # Can't uncache to /usr/bin: + # /usr/bin/tar -xf /home/runner/work/_temp/5cef703c-9831-41db-adb3-470b839f8a0e/cache.tzst -P -C /home/runner/work/hledger/hledger --use-compress-program unzstd + # /usr/bin/tar: ../../../../../usr/bin/rg: Cannot open: Permission denied + # - name: Cache - extra tools (ripgrep) in /usr/bin + # id: extratools + # uses: actions/cache@v4 + # with: + # path: /usr/bin/rg + # key: ${{ runner.os }}-extratools # should have image version in there too + # if: env.do-all - name: Check embedded files run: |