Skip to content

Commit

Permalink
ci(deps): install dependencies for finch build (#237)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
Install go, lz4, automake, autoconf, libtool necessary to build finch. 

*Testing done:*
Yes

- [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: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar authored Feb 7, 2024
1 parent efd7533 commit b1c4153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdk-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
# Build and Install Finch
- name: Build and Install Finch
run: |
brew install go lz4 automake autoconf libtool
mkdir -p /tmp/finch
# move to /tmp because UNIX_PATH_MAX = 104 https://github.com/runfinch/finch/issues/11#issue-1460402755
mv finch-temp /tmp
Expand Down

0 comments on commit b1c4153

Please sign in to comment.