ci: add dispatch workflow to build

This commit is contained in:
Dark Litss 2021-12-18 23:42:14 +08:00 committed by GitHub
parent 06cc0f7645
commit 909b49ef8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/workflows/go.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Go
on:
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Install requirements
run: sudo apt-get install -y wireguard-tools
- name: Build
run: make