Skip to content

Commit

Permalink
increase job count
Browse files Browse the repository at this point in the history
  • Loading branch information
shimunn authored Oct 2, 2023
1 parent 1cb793d commit 2c4b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/locked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Nix Package
run: nix build --show-trace
run: nix build -j 10 --show-trace

0 comments on commit 2c4b798

Please sign in to comment.