mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-03-03 15:34:36 +01:00
Merge pull request #7952 from colonelpanic8/fix-ci-gmp
CI: install libgmp-dev for stack setup
This commit is contained in:
commit
ae0eb347bb
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
||||
name: Stackage check
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install system deps
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libgmp-dev
|
||||
- uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user