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!
This commit is contained in:
Nicolas Williams
2022-01-14 12:23:16 -06:00
parent 7f8fa65c5b
commit 80dceccdd6

View File

@@ -78,9 +78,9 @@ jobs:
steps: steps:
- name: Install packages - name: Install packages
run: | run: |
# bison, flex, ncurses, texinfo, and unzip are in the base OS. echo "bison, flex, ncurses, texinfo, and unzip are in the base OS."
# berkeley-db, perl, python, curl, and jq are installed in the echo "berkeley-db, perl, python, curl, and jq are installed in the"
# base image already. echo "base image already."
brew install autoconf automake libtool cpanm brew install autoconf automake libtool cpanm
sudo cpanm install JSON sudo cpanm install JSON
- name: Clone repository - name: Clone repository