From 8605bd558345fe8e199d7d58bcc0e4cb4b9f7c66 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 6 Feb 2022 13:28:40 +0100 Subject: [PATCH] ci: add build-essentials --- .github/workflows/crystal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 4c05903..17cef21 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -21,7 +21,7 @@ jobs: - name: Install system dependencies run: | 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 run: shards install - name: Run tests @@ -39,7 +39,7 @@ jobs: - name: Install system dependencies run: | 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 run: shards install