Skip to content

Commit

Permalink
ci: fix integration
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Mar 27, 2024
1 parent 9b0809d commit c885c4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -115,6 +117,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down Expand Up @@ -163,6 +166,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew unlink /usr/local/bin/2to3
brew install kubectl docker coreutils lima
- name: Build and Install
Expand Down

0 comments on commit c885c4b

Please sign in to comment.