Build target name fixing
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
build.yml / build (x86) (push) Successful in 14m44s
build.yml / build (ucrt) (push) Successful in 14m46s

This commit is contained in:
Greg Hellings
2026-08-05 14:03:15 -05:00
parent 6c5f5b0de5
commit 73b70b5bc7
+2 -1
View File
@@ -16,5 +16,6 @@ jobs:
- x86
- ucrt
steps:
- uses: actions/checkout@v6
- name: Build
run: nix run -L "${{ matrix.arch }}"
run: nix run -L ".#${{ matrix.arch }}"