Skip to content

Commit 0b28a97

Browse files
committedNov 5, 2021
CI: preserve YoWASP cache as well.
1 parent e91a5ad commit 0b28a97

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎.github/workflows/main.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ jobs:
2626
sudo apt-get install yices2
2727
pip install coverage codecov yowasp-yosys
2828
pip install -e .[builtin-yosys]
29-
- name: Preserve wasmtime cache
29+
- name: Preserve Wasm cache
3030
uses: actions/cache@v1
3131
with:
32-
path: ~/.cache/wasmtime
33-
key: ${{ runner.os }}-wasmtime
32+
path: |
33+
~/.cache/wasmtime
34+
~/.cache/yowasp
35+
key: ${{ runner.os }}-wasm
3436
- name: Run tests
3537
run: |
3638
export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc

0 commit comments

Comments
 (0)