CI/CD: fix ncurses dependency again
This commit is contained in:
parent
3501013419
commit
bd6d788f8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install libncurses5
|
- name: Install libncurses5
|
||||||
run: apt-get update && apt-get install -y libncurses5 libncursesw-dev
|
run: apt-get update && apt-get install -y libncursesw5-dev
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: shards install
|
run: shards install
|
||||||
|
|
Loading…
Reference in a new issue