mirror of
https://github.com/GaloisInc/what4.git
synced 2024-11-25 07:13:59 +03:00
Add pkg-config binary to nix shell in CI
This commit is contained in:
parent
0ae1f2fec3
commit
ad0b318358
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
*) GHC_NIXPKGS=github:nixos/nixpkgs/21.11 ;;
|
||||
esac
|
||||
echo "GHC_NIXPKGS=${GHC_NIXPKGS}" >> $GITHUB_ENV
|
||||
echo NS="nix shell ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} ${GHC_NIXPKGS}#gmp ${GHC_NIXPKGS}#zlib ${GHC_NIXPKGS}#zlib.dev" >> $GITHUB_ENV
|
||||
echo NS="nix shell ${GHC_NIXPKGS}#pkg-config ${GHC_NIXPKGS}#cabal-install ${GHC_NIXPKGS}#${GHC} ${GHC_NIXPKGS}#gmp ${GHC_NIXPKGS}#zlib ${GHC_NIXPKGS}#zlib.dev" >> $GITHUB_ENV
|
||||
# In a normal nix derivation, there is a pkgconfig hook that automatically
|
||||
# handles this, but since we are just using a nix shell this must be setup
|
||||
# manually so that if the haskell zlib package is built, it finds the right
|
||||
|
Loading…
Reference in New Issue
Block a user