Skip to content

Commit

Permalink
install dependencies for finch build
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar committed Jan 16, 2024
1 parent 512aaf0 commit a018498
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 a018498

Please sign in to comment.