ci: ci: disable failing ripgrep cache attempt
This commit is contained in:
parent
57963554cb
commit
5077a1a2b1
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
@ -125,13 +125,16 @@ jobs:
|
|||||||
|| ( echo "could not identify commit range, continuing CI steps"; echo "do-all=true" >> $GITHUB_ENV )
|
|| ( echo "could not identify commit range, continuing CI steps"; echo "do-all=true" >> $GITHUB_ENV )
|
||||||
|
|
||||||
|
|
||||||
- name: Cache - extra tools (ripgrep) in /usr/bin
|
# Can't uncache to /usr/bin:
|
||||||
id: extratools
|
# /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
|
||||||
uses: actions/cache@v4
|
# /usr/bin/tar: ../../../../../usr/bin/rg: Cannot open: Permission denied
|
||||||
with:
|
# - name: Cache - extra tools (ripgrep) in /usr/bin
|
||||||
path: /usr/bin/rg
|
# id: extratools
|
||||||
key: ${{ runner.os }}-extratools
|
# uses: actions/cache@v4
|
||||||
if: env.do-all
|
# with:
|
||||||
|
# path: /usr/bin/rg
|
||||||
|
# key: ${{ runner.os }}-extratools # should have image version in there too
|
||||||
|
# if: env.do-all
|
||||||
|
|
||||||
- name: Check embedded files
|
- name: Check embedded files
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user