mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-21 02:35:48 +01:00
CI: install libgmp-dev for stack setup
This commit is contained in:
parent
53d03d0e01
commit
e8c18a5ef6
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
|||||||
name: Stackage check
|
name: Stackage check
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
- name: Install system deps
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libgmp-dev
|
||||||
- uses: actions/cache@v5
|
- uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user