adjust crossSystem condition

This commit is contained in:
Clément DOUIN
2024-11-23 13:41:43 +01:00
parent 83621cc0c0
commit 4fb7ff93db
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -36,13 +36,8 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: nix-community
- name: Build release
if: ${{ matrix.target }} != ""
run: |
nix-build --arg crossSystem '{ config = "${{ matrix.target }}"; }'
- name: Build release
if: ${{ matrix.target }} == ""
run: |
nix-build
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with: