Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix build workflow: Install Elixir on macOS using Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 27, 2024
1 parent e1f47a6 commit 65d3449
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
elixir-version: "1.17.2"
otp-version: "26"

- name: Set Up Elixir (macOS)
- name: Install Elixir and Erlang (macOS)
if: runner.os == 'macOS'
uses: actions/setup-elixir@v1
with:
elixir-version: "1.17.2"
otp-version: "26"
run: |
brew update
brew install [email protected]
- name: Install Dependencies
run: mix deps.get
Expand Down

0 comments on commit 65d3449

Please sign in to comment.