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