Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 3, 2024
1 parent 74ae98d commit 7dd26bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Run checks
run: nix build -L .?submodules=1#packages.x86_64-linux.all-gcc
run: nix build -L .?submodules=1#checks.x86_64-linux.all-gcc
env:
NIX_CONFIG: |
cores = 4
2 changes: 1 addition & 1 deletion .github/workflows/mac-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: DeterminateSystems/flake-checker-action@main

- name: Run checks
run: nix build -L .?submodules=1#packages.aarch64-darwin.all-gcc
run: nix build -L .?submodules=1#checks.aarch64-darwin.all-gcc
env:
NIX_CONFIG: |
cores = 0
Expand Down

0 comments on commit 7dd26bc

Please sign in to comment.