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:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user