1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-30 05:04:04 +00:00
Files
prirun.p50em/.github/workflows/linuxbuild.yml
Dennis Boone 2d8397d1a4 Create linuxbuild.yml
See if we can build release binaries.
2021-03-18 11:45:44 -04:00

15 lines
179 B
YAML

name: linuxbuild
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make