Commit bc1329a7 by Zachary Snow

populate version in CI

parent a80919b7
......@@ -21,6 +21,9 @@ jobs:
- windows-2022
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: brew install haskell-stack
......
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