[F-16] fix(tx): replace unaligned word32 casts with get32/put32 in txmap() and mgc() #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |