mirror of https://github.com/zachjs/sv2v.git
populate version in CI
This commit is contained in:
parent
a80919b72a
commit
bc1329a72b
|
|
@ -21,6 +21,9 @@ jobs:
|
||||||
- windows-2022
|
- windows-2022
|
||||||
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: brew install haskell-stack
|
run: brew install haskell-stack
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue