add missing isStatic in CI

This commit is contained in:
Clément DOUIN
2024-11-26 11:14:59 +01:00
parent 250ef63030
commit b6faf069cb
3 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
extraPullNames: nix-community
- name: Build release
run: |
nix-build --argstr target ${{ matrix.target }}
nix-build --argstr target ${{ matrix.target }} --arg isStatic true
- name: Upload release artifacts
uses: actions/upload-artifact@v4
with: