Cover stack as well

This commit is contained in:
Théophile Choutri 2022-12-11 15:00:05 +01:00 committed by =
parent 88154276cf
commit fb6dc6bba7
1 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,12 @@ jobs:
ghc-version: ${{ matrix.ghc }}
stack-version: ${{ matrix.stack }}
- name: Setup
run: |
sudo apt update -y
sudo apt install -y libssl-dev
sudo ldconfig
- uses: actions/cache@v2.1.3
name: Cache ~/.stack
with: