Skip to content

Commit 6d4e156

Browse files
Update ghcup invocations for CI
1 parent 7680226 commit 6d4e156

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Select GHC 9.2.4
17-
run: ghcup set 9.2.4
16+
- name: Install GHC 9.2.5
17+
run: ghcup install ghc 9.2.5
18+
19+
- name: Select GHC 9.2.5
20+
run: ghcup set ghc 9.2.5
1821

1922
- name: Check out repo
2023
uses: actions/checkout@v3

.github/workflows/pullrequest-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: Select GHC 9.2.4
15-
run: ghcup set 9.2.4
14+
- name: Install GHC 9.2.5
15+
run: ghcup install ghc 9.2.5
16+
17+
- name: Select GHC 9.2.5
18+
run: ghcup set ghc 9.2.5
1619

1720
- name: Check out repo
1821
uses: actions/checkout@v3

0 commit comments

Comments
 (0)