Build target name fixing
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user