Skip to content

Commit

Permalink
ci: fix removal of qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Oct 9, 2024
1 parent 79e28ff commit 3786ec2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
brew uninstall qemu
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
brew uninstall qemu
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
brew uninstall qemu
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima
brew uninstall qemu
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: |
brew install --overwrite [email protected] kubectl docker coreutils lima incus
brew uninstall qemu
brew uninstall --ignore-dependencies qemu
./.github/hack/brew-install-version.sh qemu 8.2.1
- name: Build and Install
Expand Down

0 comments on commit 3786ec2

Please sign in to comment.