Commit 2cc1f6e2 by Zachary Snow

fix coverage job checkout

parent e3feeff1
...@@ -52,6 +52,9 @@ jobs: ...@@ -52,6 +52,9 @@ jobs:
IVERILOG_REF: ef7f0a8f38782dfc0872b1e352ccf32343c10bb8 IVERILOG_REF: ef7f0a8f38782dfc0872b1e352ccf32343c10bb8
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Install Dependencies (macOS) - name: Install Dependencies (macOS)
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
......
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