diff options
author | pacien | 2022-12-01 22:37:18 +0100 |
---|---|---|
committer | pacien | 2022-12-01 22:37:18 +0100 |
commit | c7a276ec89f081ddf941b433d7485593d483de88 (patch) | |
tree | 8a929920e1205978355c8f860b3a03b08658657c /.github/workflows | |
parent | 922481cfd39543128396dca05c7a83588bcd332e (diff) | |
download | ldgallery-c7a276ec89f081ddf941b433d7485593d483de88.tar.gz |
ci: update ghc version
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12bc7a1..7387fe7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -37,7 +37,7 @@ jobs: | |||
37 | key: compiler-${{ runner.os }}-${{ hashFiles('compiler/stack.yaml') }} | 37 | key: compiler-${{ runner.os }}-${{ hashFiles('compiler/stack.yaml') }} |
38 | - uses: haskell/actions/setup@v2 | 38 | - uses: haskell/actions/setup@v2 |
39 | with: | 39 | with: |
40 | ghc-version: 9.0.2 | 40 | ghc-version: 9.2.4 |
41 | enable-stack: true | 41 | enable-stack: true |
42 | - name: Build Haskell Stack project | 42 | - name: Build Haskell Stack project |
43 | working-directory: compiler | 43 | working-directory: compiler |