Skip to content

Commit 2b4ff08

Browse files
committed
nix: set CMAKE_PREFIX_PATH=
1 parent b1a4694 commit 2b4ff08

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
nix shell 'nixpkgs#python3Packages.pinocchio' -c
6868
nix develop 'nixpkgs#python3Packages.pinocchio' -c
6969
env | grep .=. >> $GITHUB_ENV
70+
- if: matrix.pm == 'nix'
71+
run: echo "CMAKE_PREFIX_PATH=${NIXPKGS_CMAKE_PREFIX_PATH}" >> $GITHUB_ENV
7072

7173
# pip
7274
- if: matrix.pm == 'pip'

0 commit comments

Comments
 (0)