From 7ef59393d837e14b6b59970aa3f2c531d33b00a1 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 3 Jan 2021 06:24:28 +0100 Subject: [PATCH] CI/CD: add runtime version of ncurses too --- .github/workflows/crystal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 5f81083..7da6664 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Install libncurses5 - run: apt-get update && apt-get install -y libncurses5-dev + run: apt-get update && apt-get install -y libncurses5-dev libncurses5 - name: Install dependencies run: shards install