CI/CD: fix package name for ncurses
This commit is contained in:
parent
7ef59393d8
commit
8933485e68
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
|
||||
|
||||
- name: Install libncurses5
|
||||
run: apt-get update && apt-get install -y libncurses5-dev libncurses5
|
||||
run: apt-get update && apt-get install -y libncurses5 libncursesw-dev
|
||||
|
||||
- name: Install dependencies
|
||||
run: shards install
|
||||
|
|
Loading…
Reference in a new issue