Skip to content

fix memory align bug #418

fix memory align bug

fix memory align bug #418

Workflow file for this run

name: iPhoneOS
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
- name: Tests
run: |
xmake f -p iphoneos
xmake -a