Skip to content

Commit

Permalink
fixup ios ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 21, 2023
1 parent 0c017ee commit 5f679c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ jobs:
name: "Build iOS runtime"
runs-on: "macos-latest"
steps:
- run: brew install git elixir carthage coreutils
- name: Setup elixir
uses: erlef/setup-beam@v1
with:
otp-version: 24.3.3
elixir-version: 1.13.4

- run: brew install git carthage coreutils
- uses: actions/checkout@v2
- name: Build runtime
run: mix package.ios.runtime
Expand Down

0 comments on commit 5f679c3

Please sign in to comment.