From 80dceccdd6ef3a4b6246b8dc04daa14001c9ccd7 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 14 Jan 2022 12:23:16 -0600 Subject: [PATCH] GitHub CI: Fix build.yml? We need a validator for this. GitHub Actions tells us nothing about what might be wrong with our build.yml! --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5a9e5edda..f82b82b5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,9 +78,9 @@ jobs: steps: - name: Install packages run: | - # bison, flex, ncurses, texinfo, and unzip are in the base OS. - # berkeley-db, perl, python, curl, and jq are installed in the - # base image already. + echo "bison, flex, ncurses, texinfo, and unzip are in the base OS." + echo "berkeley-db, perl, python, curl, and jq are installed in the" + echo "base image already." brew install autoconf automake libtool cpanm sudo cpanm install JSON - name: Clone repository