We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91a5ad commit 0b28a97Copy full SHA for 0b28a97
.github/workflows/main.yaml
@@ -26,11 +26,13 @@ jobs:
26
sudo apt-get install yices2
27
pip install coverage codecov yowasp-yosys
28
pip install -e .[builtin-yosys]
29
- - name: Preserve wasmtime cache
+ - name: Preserve Wasm cache
30
uses: actions/cache@v1
31
with:
32
- path: ~/.cache/wasmtime
33
- key: ${{ runner.os }}-wasmtime
+ path: |
+ ~/.cache/wasmtime
34
+ ~/.cache/yowasp
35
+ key: ${{ runner.os }}-wasm
36
- name: Run tests
37
run: |
38
export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc
0 commit comments