packdiff CI: update ghcup version, bump cache

This commit is contained in:
Harendra Kumar 2022-08-27 17:41:34 +05:30
parent b371355d83
commit af7ef4b9fd

View File

@ -11,7 +11,8 @@ jobs:
- name: Download ghc
run: |
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/0.1.17.4/x86_64-linux-ghcup-0.1.17.4
GHCUP_VER=0.1.18.0
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
chmod +x ./ghcup
GHCVER=8.10.7
./ghcup install ghc $GHCVER
@ -24,7 +25,7 @@ jobs:
path: |
~/.cabal
# Bump the key version to clear the cache
key: cache-v1
key: cache-v2
- name: Checkout the current branch
uses: actions/checkout@v2