Build target name fixing
This commit is contained in:
@@ -16,5 +16,6 @@ jobs:
|
|||||||
- x86
|
- x86
|
||||||
- ucrt
|
- ucrt
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix run -L "${{ matrix.arch }}"
|
run: nix run -L ".#${{ matrix.arch }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user