Skip to content

Commit

Permalink
fix: Install build dependencies before build for github action: Uploa…
Browse files Browse the repository at this point in the history
…d 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 <[email protected]>
  • Loading branch information
KevinLiAWS authored Feb 2, 2023
1 parent 644d9c1 commit 5253f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-build-to-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5253f4a

Please sign in to comment.