From e1928863d9ec0c29363970ba507cb83c26ea0ca7 Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 9 Apr 2026 16:32:43 +1000 Subject: [PATCH] ci: simple builder --- .github/workflows/build.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..515fa06e --- /dev/null +++ b/.github/workflows/build.yml @@ -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