Skip to content

Commit

Permalink
Avoid qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa committed Jun 4, 2024
1 parent 78f30f9 commit be7f76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ runs:
echo "DIRENV_CONFIG=$HOME/direnv" >> $GITHUB_ENV
elif [ "$RUNNER_OS" == "macOS" ]; then
brew install lima
limactl create --vm-type=vz --mount-type=virtiofs --network vzNAT --name eessi ./eessi.yaml || true
limactl create --vm-type=vz --mount-type=virtiofs --network vzNAT --name eessi ./eessi.yaml
limactl start eessi || true
cat /Users/runner/.lima/eessi/ha.stderr.log
limactl start eessi
fi
shell: bash
env:
Expand Down

0 comments on commit be7f76b

Please sign in to comment.