douglascamata / setup-docker-macos-action

A Github Action to setup Docker on macOS runners.
MIT License
29 stars 9 forks source link

Update action.yml: use --force to prevent failing python 3.12 link #32

Closed FHachez closed 5 months ago

FHachez commented 5 months ago

Should solves Issue: https://github.com/douglascamata/setup-docker-macos-action/issues/31

douglascamata commented 5 months ago

Humph, looks like both options aren't working. We will have to try to find another way. 🤔

douglascamata commented 5 months ago

OMG, I don't what Github's doing with the Action Runner images , but they seem super messy with software all over the place! Have a look at the output of the brew doctor command you just added in the PR. 😓

@FHachez thanks a lot for taking some time to try to fix this. I will keep doing some research and see if I can find any useful information for us.

I might have to consider an alternative to Homebrew for installing the CLI tools. :(

FHachez commented 5 months ago

@douglascamata sorry about the mess, I'm trying to see what's going on.

I've set up the actions on my fork, I didn't expect the github actions to run here. Let me close this for now to stop the action runs here.

We are blocked by this issue. I'd love to find a fix 😄

douglascamata commented 5 months ago

@FHachez no worries about it, it doesn't bother me at all. Feel free to proceed as you wish. 👍

douglascamata commented 5 months ago

Later I might take a stab at trying to use https://pkgx.sh/, at least for QEMU.