Skip to content

Commit fb0f845

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
run: >
6767
nix shell 'nixpkgs#python3Packages.pinocchio' -c
6868
nix develop 'nixpkgs#python3Packages.pinocchio' -c
69-
env | grep .=. >> $GITHUB_ENV
69+
env | grep .=. | tee $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)