From 293866f90488920f306c40515ac21e7b3687c687 Mon Sep 17 00:00:00 2001 From: Alan O'Cais Date: Tue, 4 Jun 2024 17:31:25 +0200 Subject: [PATCH] Try a default lima --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 91c5a13..ad3489e 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: elif [ "$RUNNER_OS" == "macOS" ]; then brew install qemu lima limactl create --name eessi ./eessi.yaml - limactl start eessi + limactl start fi shell: bash env: