forked from DGNum/colmena
.github: Don't build manual on macOS
The following doesn't build on macOS: ```nix pkgs.python3Minimal.override { inherit self; includeSiteCustomize = true; } ``` Same error as in <https://github.com/NixOS/nixpkgs/issues/101229#issuecomment-1086295309>.
This commit is contained in:
parent
926d6a395b
commit
fbf25faa24
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Build manual
|
||||
run: nix build .#manual -L
|
||||
if: ${{ !contains(matrix.nix.name, '2.3') }}
|
||||
if: ${{ !contains(matrix.nix.name, '2.3') && runner.os != 'macOS' }}
|
||||
|
||||
tests:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue