CI/CD: add missing apt-get update
This commit is contained in:
parent
0604375471
commit
ad883d8ec8
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 install libncurses5-dev
|
||||
run: apt-get update && apt-get install -y libncurses5-dev
|
||||
|
||||
- name: Install dependencies
|
||||
run: shards install
|
||||
|
|
Loading…
Reference in a new issue