diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e33c82f..37d4bb0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -52,6 +52,9 @@ jobs: IVERILOG_REF: ef7f0a8f38782dfc0872b1e352ccf32343c10bb8 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Install Dependencies (macOS) if: runner.os == 'macOS' run: |