Try to search/add hash files into GH-workspace

This commit is contained in:
abejgonzalez
2021-10-07 23:33:18 -07:00
parent 897156ad5b
commit c776ebf970
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ runs:
id: toolchain-build-riscv-tools
with:
path: ${{ inputs.tools-version }}-install
key: riscv-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(riscv-tools.hash) }}
key: riscv-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(**/riscv-tools.hash) }}
# brute force way to swap between riscv/esp-tools caches
- name: Cache esp-tools
@@ -28,7 +28,7 @@ runs:
id: toolchain-build-esp-tools
with:
path: ${{ inputs.tools-version }}-install
key: esp-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(esp-tools.hash) }}
key: esp-tools-installed-${{ env.tools-cache-version }}-${{ hashFiles(**/esp-tools.hash) }}
- name: Build toolchain if not cached
run: |