Skip to content

Commit

Permalink
Merge pull request #1371 from nextcloud/remove-docker-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansss authored Sep 25, 2023
2 parents 604b8e4 + 7f6efca commit 778464a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/uitests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:

- name: Install docker
run: |
# Workaround for https://github.com/actions/runner-images/issues/8104
brew remove --ignore-dependencies qemu
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb
brew install ./qemu.rb
brew install docker
colima start
Expand Down

0 comments on commit 778464a

Please sign in to comment.