Skip to content

Commit 390a1a3

Browse files
committed
Make sure ghcup is upgraded
1 parent 97b7558 commit 390a1a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: 17
23+
- name: Upgrade ghcup
24+
run: ghcup upgrade -i -f
25+
shell: bash
2326
# Setup the environment for the tests
2427
- name: Ensure there is a supported ghc versions
2528
uses: haskell/actions/setup@v1

0 commit comments

Comments
 (0)