Skip to content

libtailscale: fix build with apple clang. #69

libtailscale: fix build with apple clang.

libtailscale: fix build with apple clang. #69

Workflow file for this run

name: Source Package
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Run build & test
run: |
cd sourcepkg
make check