mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 18:25:48 +01:00
Merge e8c18a5ef6 into 09ff6e80b8
This commit is contained in:
commit
ac230b890c
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