Commit 36cff4ab by Zachary Snow

bump actions/cache to v3

parent c49fad1d
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: sudo apt-get install -y shunit2 flex bison autoconf gperf run: sudo apt-get install -y shunit2 flex bison autoconf gperf
- name: Cache iverilog - name: Cache iverilog
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ~/.local path: ~/.local
key: ${{ runner.OS }}-${{ env.IVERILOG_REF }} key: ${{ runner.OS }}-${{ env.IVERILOG_REF }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment