From 2d3c390e7d90625f58209e5a2a4de0496098241b Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 14 Oct 2021 11:14:38 +0200 Subject: [PATCH] missing \ --- .github/workflows/build-majestic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 8248203c6..accfb7e43 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -74,7 +74,7 @@ jobs: - name: Install build tools run: | - brew install + brew install \ autoconf \ automake \ libtool \