Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Dec 21, 2023
1 parent a5927e7 commit 4be0005
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
name: "Build iOS runtime"
runs-on: "macos-latest"
steps:
- run: brew install git carthage coreutils
- uses: actions/checkout@v2

- name: Setup elixir
run: |
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
Expand All @@ -54,17 +57,17 @@ jobs:
echo "elixir 1.13.4-otp-24" >> .tool-versions
asdf install
- run: brew install git carthage coreutils
- uses: actions/checkout@v2
- name: Build runtime
run: |
. $HOME/.asdf/asdf.sh
mix package.ios.runtime
- name: Archive runtimes
uses: actions/upload-artifact@v2
with:
name: iOS-runtime
path: _build/liberlang.xcframework

- name: iOS release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 4be0005

Please sign in to comment.