Skip to content

Commit

Permalink
Try to install Erlang via asdf installed via Homebrew
Browse files Browse the repository at this point in the history
The erlang@27 brew package broke because of doc. installation
requirements, but the asdf package seems to work Ok
  • Loading branch information
paulo-ferraz-oliveira committed Jul 12, 2024
1 parent c4b9bb1 commit 1fa9b05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ jobs:
if: ${{matrix.os-base != 'macos'}}

- run: |
brew install erlang@${{matrix.otp-version}}
brew install rebar3
# there be dragons
sed -i '' 's/erlang .*/erlang ${{matrix.otp-version}}/g' .tool-version
if: ${{matrix.os-base == 'macos'}}
- uses: asdf-vm/actions/[email protected]
if: ${{matrix.os-base == 'macos'}}

- name: Restore _build
Expand Down

0 comments on commit 1fa9b05

Please sign in to comment.