Skip to content

Commit

Permalink
CI: Fix installation of tasklite CLI tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 3, 2024
1 parent 0ed9c92 commit ede3ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
${{runner.os}}-stack
- name: Install TaskLite CLI tool
run: stack install tasklite-core
run: stack install tasklite

- name: Run test suite
run: stack test
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
stack-no-global: true

- name: Install TaskLite CLI tool
run: stack install tasklite-core
run: stack install tasklite

- name: Run test suite
run: stack test
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# run: choco install haskell-stack

# - name: Install dependencies
# run: stack install tasklite-core
# run: stack install tasklite

# - name: Upload Windows Release
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ede3ef0

Please sign in to comment.