Files
mingw-sword-build/.github/workflows/build.yml
T
Greg Hellings 688e63ce04
build.yml / build (x86) (push) Failing after 13s
build.yml / build (ucrt) (push) Failing after 3m44s
Update and build script
2026-08-05 08:41:36 -05:00

21 lines
291 B
YAML

"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 }}"