mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-12 04:32:57 +00:00
fix(workflows): i hate this
This commit is contained in:
parent
dc9462f7fc
commit
c678f0d081
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
nix-${{ runner.os }}-
|
||||
|
||||
- name: Build
|
||||
run: nix build .#unwrapped --out-link result-unwrapped
|
||||
run: nix build .#unwrapped --out-link result-unwrapped --max-jobs 4 --cores 4
|
||||
|
||||
- name: Package artifacts
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue