CI/CD: test user
This commit is contained in:
parent
38fcfeb5ab
commit
0604375471
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: sudo apt-get install libncurses5-dev
|
||||
run: apt-get install libncurses5-dev
|
||||
|
||||
- name: Install dependencies
|
||||
run: shards install
|
||||
|
|
Loading…
Reference in a new issue