ci: add missing compiler

This commit is contained in:
Glenn Y. Rolland 2022-02-06 13:25:42 +01:00
parent d68a4af4b6
commit bbfd65abc3

View file

@ -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