We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7680226 commit 6d4e156Copy full SHA for 6d4e156
.github/workflows/deploy.yml
@@ -13,8 +13,11 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - name: Select GHC 9.2.4
17
- run: ghcup set 9.2.4
+ - name: Install GHC 9.2.5
+ run: ghcup install ghc 9.2.5
18
+
19
+ - name: Select GHC 9.2.5
20
+ run: ghcup set ghc 9.2.5
21
22
- name: Check out repo
23
uses: actions/checkout@v3
.github/workflows/pullrequest-ci.yml
@@ -11,8 +11,11 @@ jobs:
11
12
0 commit comments