Skip to content

Commit

Permalink
remove build-cores 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jun 30, 2024
1 parent 4483e73 commit 7bac16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build server
if: inputs.disable-deploy != true
run: nix build -L --option build-cores 1 .?submodules=1#unavi-server
run: nix build -L .?submodules=1#unavi-server

build-web:
runs-on: ubuntu-latest
Expand All @@ -73,7 +73,7 @@ jobs:

- name: Build web
if: inputs.disable-deploy != true
run: nix build -L --option build-cores 1 .?submodules=1#unavi-web
run: nix build -L .?submodules=1#unavi-web

deploy:
needs:
Expand Down

0 comments on commit 7bac16a

Please sign in to comment.