Skip to content

fix(iap): Fix compile error on 386 target #40

fix(iap): Fix compile error on 386 target

fix(iap): Fix compile error on 386 target #40

Workflow file for this run

name: Build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Build
run: make build
- name: Test
run: make test