mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
add missing arg
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Build release
|
||||
if: ${{ matrix.target }} != null
|
||||
run: |
|
||||
nix-build --arg '{ config = "${{ matrix.target }}"; }'
|
||||
nix-build --arg crossSystem '{ config = "${{ matrix.target }}"; }'
|
||||
- name: Build release
|
||||
if: ${{ matrix.target }} == null
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user