1
0
Fork 0
forked from wry/wry

ci: simple builder

This commit is contained in:
atagen 2026-04-09 16:32:43 +10:00
parent 0932c68fad
commit e1928863d9

20
.github/workflows/build.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: native
steps:
- uses: actions/checkout@v2
- name: build
run: |
nix build