3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-27 11:08:48 +00:00

Add restore keys

This commit is contained in:
Miodrag Milanovic 2026-06-26 10:55:28 +02:00
parent bd1cb398e4
commit cefe7266b1
4 changed files with 12 additions and 0 deletions

View file

@ -83,6 +83,8 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.23
with:
key: test-build-${{ matrix.os }}
restore-keys: |
test-build-${{ matrix.os }}-
- name: Build
shell: bash