CI/CD: Add missing system dependency libncurses5-dev
This commit is contained in:
parent
e3f14678e7
commit
38fcfeb5ab
1 changed files with 3 additions and 0 deletions
3
.github/workflows/crystal.yml
vendored
3
.github/workflows/crystal.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install libncurses5
|
||||||
|
run: sudo apt-get install libncurses5-dev
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue