From 1fa4288e0110fab74313899ab00c021e67429742 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Thu, 19 Oct 2023 22:50:06 +0200 Subject: [PATCH] Try to manually install colima MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/uitests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 076365a40..2e0bb7b51 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -60,6 +60,7 @@ jobs: - name: Install docker run: | + brew install colima brew install docker colima start