ci: add build-essentials

This commit is contained in:
Glenn Y. Rolland 2022-02-06 13:28:40 +01:00
parent bbfd65abc3
commit 8605bd5583

View file

@ -21,7 +21,7 @@ jobs:
- name: Install system dependencies - name: Install system dependencies
run: | run: |
apt-get update apt-get update
apt-get install -y cmake g++-9 gcc-9 apt-get install -y cmake build-essential g++-9 gcc-9
- name: Install project dependencies - name: Install project dependencies
run: shards install run: shards install
- name: Run tests - name: Run tests
@ -39,7 +39,7 @@ jobs:
- name: Install system dependencies - name: Install system dependencies
run: | run: |
apt-get update apt-get update
apt-get install -y cmake g++-9 gcc-9 apt-get install -y cmake build-essential g++-9 gcc-9
- name: Install project dependencies - name: Install project dependencies
run: shards install run: shards install