Skip to content

Commit

Permalink
CI: preserve YoWASP cache as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Nov 5, 2021
1 parent e91a5ad commit 0b28a97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Expand Up @@ -26,11 +26,13 @@ jobs:
sudo apt-get install yices2
pip install coverage codecov yowasp-yosys
pip install -e .[builtin-yosys]
- name: Preserve wasmtime cache
- name: Preserve Wasm cache
uses: actions/cache@v1
with:
path: ~/.cache/wasmtime
key: ${{ runner.os }}-wasmtime
path: |
~/.cache/wasmtime
~/.cache/yowasp
key: ${{ runner.os }}-wasm
- name: Run tests
run: |
export NMIGEN_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc
Expand Down

0 comments on commit 0b28a97

Please sign in to comment.