Skip to content

Commit

Permalink
Skip build in nix flake check on macos runner (#718)
Browse files Browse the repository at this point in the history
* Skip build in `nix flake check` on macos runner

* Skip flake check in macOS
  • Loading branch information
kachick authored Aug 3, 2024
1 parent c1048ee commit 30e7907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
- run: nix flake show
- run: nix flake check
# https://github.com/kachick/dotfiles/pull/718#issuecomment-2266331003
if: runner.os == 'Linux'
- run: nix develop --command makers ci-dev

0 comments on commit 30e7907

Please sign in to comment.