aviate-labs / setup-dfx

Set up your GitHub Actions workflow with a specific version of the Internet Computer SDK
Apache License 2.0
18 stars 4 forks source link

feat: macos support #4

Closed jorgenbuilder closed 1 year ago

jorgenbuilder commented 1 year ago

We can make this action compatible with the macos runner with just a few tweaks.

Throws an error on the windows-latest runner:

image

Runs successfully on macos-latest and ubuntu-latest:

image image