mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-28 03:28:49 +00:00
Add restore keys
This commit is contained in:
parent
bd1cb398e4
commit
cefe7266b1
4 changed files with 12 additions and 0 deletions
6
.github/workflows/extra-builds.yml
vendored
6
.github/workflows/extra-builds.yml
vendored
|
|
@ -51,6 +51,8 @@ jobs:
|
|||
uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
with:
|
||||
key: vs-build
|
||||
restore-keys: |
|
||||
vs-build-
|
||||
|
||||
- name: Install flex/bison
|
||||
shell: pwsh
|
||||
|
|
@ -112,6 +114,8 @@ jobs:
|
|||
uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
with:
|
||||
key: mingw-build
|
||||
restore-keys: |
|
||||
mingw-build-
|
||||
|
||||
- name: Build Yosys
|
||||
shell: msys2 {0}
|
||||
|
|
@ -138,6 +142,8 @@ jobs:
|
|||
uses: hendrikmuhs/ccache-action@v1.2.23
|
||||
with:
|
||||
key: wasi-build
|
||||
restore-keys: |
|
||||
wasi-build-
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue