From 5253f4a59136e6b23eea32e4c892e9e362abce76 Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Thu, 2 Feb 2023 14:55:44 -0800 Subject: [PATCH] fix: Install build dependencies before build for github action: Upload build to S3 (#205) Issue #, if available: *Description of changes:* The required dependencies are not installed for a new runner when trying to build Finch *Testing done:* - [X] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Kevin Li --- .github/workflows/upload-build-to-s3.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/upload-build-to-s3.yaml b/.github/workflows/upload-build-to-s3.yaml index 8568aba9c..865d1a1c7 100644 --- a/.github/workflows/upload-build-to-s3.yaml +++ b/.github/workflows/upload-build-to-s3.yaml @@ -53,6 +53,7 @@ jobs: - name: Make macos amd64 build run: | + brew install go lz4 automake autoconf libtool make clean make download-licenses make FINCH_OS_IMAGE_LOCATION_ROOT=/Applications/Finch