Skip to content

Commit 3786ec2

Browse files
committed
ci: fix removal of qemu
Signed-off-by: Abiola Ibrahim <git@abiosoft.com>
1 parent 79e28ff commit 3786ec2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
4949
run: |
5050
brew install --overwrite python@3.12 kubectl docker coreutils lima
51-
brew uninstall qemu
51+
brew uninstall --ignore-dependencies qemu
5252
./.github/hack/brew-install-version.sh qemu 8.2.1
5353
5454
- name: Build and Install
@@ -99,7 +99,7 @@ jobs:
9999
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
100100
run: |
101101
brew install --overwrite python@3.12 kubectl docker coreutils lima
102-
brew uninstall qemu
102+
brew uninstall --ignore-dependencies qemu
103103
./.github/hack/brew-install-version.sh qemu 8.2.1
104104
105105
- name: Build and Install
@@ -150,7 +150,7 @@ jobs:
150150
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
151151
run: |
152152
brew install --overwrite python@3.12 kubectl docker coreutils lima
153-
brew uninstall qemu
153+
brew uninstall --ignore-dependencies qemu
154154
./.github/hack/brew-install-version.sh qemu 8.2.1
155155
156156
- name: Build and Install
@@ -210,7 +210,7 @@ jobs:
210210
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
211211
run: |
212212
brew install --overwrite python@3.12 kubectl docker coreutils lima
213-
brew uninstall qemu
213+
brew uninstall --ignore-dependencies qemu
214214
./.github/hack/brew-install-version.sh qemu 8.2.1
215215
216216
- name: Build and Install
@@ -270,7 +270,7 @@ jobs:
270270
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
271271
run: |
272272
brew install --overwrite python@3.12 kubectl docker coreutils lima incus
273-
brew uninstall qemu
273+
brew uninstall --ignore-dependencies qemu
274274
./.github/hack/brew-install-version.sh qemu 8.2.1
275275
276276
- name: Build and Install

0 commit comments

Comments
 (0)