Skip to content

Commit

Permalink
github action: limit to 12 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Jul 25, 2024
1 parent dc78a43 commit 5fb8fb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
with:
extra-conf: cores = 12
- name: Authenticate to Google Cloud Platform
uses: google-github-actions/auth@v2
with:
Expand Down

0 comments on commit 5fb8fb7

Please sign in to comment.