CargoSense / dart_sass

Install and run Dart Sass using Elixir.
https://hex.pm/packages/dart_sass
MIT License
102 stars 23 forks source link

Refactor CI workflow #43

Closed jgarber623 closed 1 month ago

jgarber623 commented 1 month ago

Description

This PR renames and refactors the project's GitHub Actions CI workflow. The updated workflow will now run on:

Notable changes to the workflow include:

The macOS job takes a necessarily different tact for installing Erlang and Elixir owing to the underlying erlef/setup-beam workflow not (yet) supporting macOS (see https://github.com/erlef/setup-beam/issues/54).

jgarber623 commented 1 month ago

Error on the macOS job:

Error: @erlef/setup-beam only supports Ubuntu and Windows at this time

😭