Skip to content

Commit

Permalink
Make sure ghcup is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 18, 2022
1 parent 97b7558 commit 390a1a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 17
- name: Upgrade ghcup
run: ghcup upgrade -i -f
shell: bash
# Setup the environment for the tests
- name: Ensure there is a supported ghc versions
uses: haskell/actions/setup@v1
Expand Down

0 comments on commit 390a1a3

Please sign in to comment.