Skip to content

fix #18

fix #18 #14

Workflow file for this run

name: Build macOS arm64
on:
push:
paths-ignore:
- "*.md"
jobs:
build:
strategy:
fail-fast: true
matrix:
go:
- "1.21"
- "stable"
runs-on: macos-latest
steps:
- name: Library dependencies
run: brew install mpv
- uses: actions/checkout@v4
- name: Install Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Get Go deps
run: go get .
- name: Export paths
uses: spezifisch/export-homebrew-build-paths@v1.0.0
- name: Compile
run: go build