Skip to content

chore: trying to fix sdk issue #457

chore: trying to fix sdk issue

chore: trying to fix sdk issue #457

Workflow file for this run

name: Build Artifacts
on:
push:
jobs:
build:
runs-on: macos-12
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commitSHA || github.ref }}
- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.3.1"
- uses: ningenMe/setup-rustup@v1.1.0
- name: Install Make
run: brew install make
- name: Build Setup
run: make mac-setup
- name: Build Apple
run: rm -f /usr/local/lib/libjpeg* ; make aarch64-apple-ios
- name: Upload Apple Artifacts
uses: actions/upload-artifact@v3
with:
name: apple
path: ./release/apple/*.tar.gz