Skip to content

Commit

Permalink
asdf based setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 21, 2023
1 parent 5f679c3 commit cef88fb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,21 @@ jobs:
runs-on: "macos-latest"
steps:
- name: Setup elixir
uses: erlef/setup-beam@v1
with:
otp-version: 24.3.3
elixir-version: 1.13.4
run: |
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
. $HOME/.asdf/asdf.sh
asdf plugin add erlang
asdf plugin add elixir
echo "erlang 24.3.3" >> .tool-versions
echo "elixir 1.13.4-otp24" >> .tool-versions
asdf install
- run: brew install git carthage coreutils
- uses: actions/checkout@v2
- name: Build runtime
run: mix package.ios.runtime
run: |
. $HOME/.asdf/asdf.sh
mix package.ios.runtime
- name: Archive runtimes
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit cef88fb

Please sign in to comment.