Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed May 2, 2024
1 parent bc953b7 commit df755be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- windows-2022
steps:
- uses: actions/checkout@v4
- name: Fetch Tags
run: git fetch --tags
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: brew install haskell-stack
Expand All @@ -47,8 +49,6 @@ jobs:
IVERILOG_REF: ef7f0a8f38782dfc0872b1e352ccf32343c10bb8
steps:
- uses: actions/checkout@v4
- name: Fetch Tags
run: git fetch --tags
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit df755be

Please sign in to comment.