Update and build script
build.yml / build (x86) (push) Failing after 13s
build.yml / build (ucrt) (push) Failing after 3m44s

This commit is contained in:
Greg Hellings
2026-08-05 08:41:36 -05:00
parent 52a5ec3954
commit 688e63ce04
4 changed files with 65 additions and 52 deletions
+20
View File
@@ -0,0 +1,20 @@
"on":
pull_request:
workflow_dispatch:
push:
branches:
- main
tags:
- "*"
jobs:
build:
runs-on: nix-latest
strategy:
matrix:
arch:
- x86
- ucrt
steps:
- name: Build
run: nix run -L "${{ matrix.arch }}"
+10
View File
@@ -0,0 +1,10 @@
"on":
pull_request:
jobs:
check:
runs-on: nix-latest
steps:
- uses: actions/checkout@v6
- name: Flake check
run: nix flake check -L