mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-20 09:57:09 +00:00
fix(workflows): i hate this
This commit is contained in:
parent
dc9462f7fc
commit
c678f0d081
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
nix-${{ runner.os }}-
|
nix-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Build
|
- 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
|
- name: Package artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue