mirror of https://github.com/zachjs/sv2v.git
bump actions/cache to v3
This commit is contained in:
parent
c49fad1dba
commit
36cff4ab0f
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
if: runner.os == 'Linux'
|
||||
run: sudo apt-get install -y shunit2 flex bison autoconf gperf
|
||||
- name: Cache iverilog
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.local
|
||||
key: ${{ runner.OS }}-${{ env.IVERILOG_REF }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue