ci: add missing compiler
This commit is contained in:
parent
d68a4af4b6
commit
bbfd65abc3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/crystal.yml
vendored
4
.github/workflows/crystal.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y cmake
|
||||
apt-get install -y cmake g++-9 gcc-9
|
||||
- name: Install project dependencies
|
||||
run: shards install
|
||||
- name: Run tests
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y cmake
|
||||
apt-get install -y cmake g++-9 gcc-9
|
||||
|
||||
- name: Install project dependencies
|
||||
run: shards install
|
||||
|
|
Loading…
Reference in a new issue