Skip to content

[F-16] fix(tx): replace unaligned word32 casts with get32/put32 in txmap() and mgc() #21

[F-16] fix(tx): replace unaligned word32 casts with get32/put32 in txmap() and mgc()

[F-16] fix(tx): replace unaligned word32 casts with get32/put32 in txmap() and mgc() #21

name: MacOS arm64
defaults:
run:
shell: bash
on:
push:
tags:
- 'v*' # Trigger on "version" tags
pull_request: # Trigger on PRs from any branch
workflow_dispatch: # Allow manual trigger
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Make Mochimo Install
run: make mochimo -C ${{ github.workspace }}