Skip to content

fix: add support for SUPPORT_OLD_ARM64E_FORMAT #357

fix: add support for SUPPORT_OLD_ARM64E_FORMAT

fix: add support for SUPPORT_OLD_ARM64E_FORMAT #357

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "stable"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
run: go test