We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc499b commit 22a2ee3Copy full SHA for 22a2ee3
.github/workflows/haskell.yml
@@ -54,9 +54,9 @@ jobs:
54
use-sodium-vrf: true
55
- name: Add LMDB to Nix environment
56
run: |
57
- # Install LMDB from nixpkgs into the Nix user profile
58
- # This is temporary until devx PR #221 is merged
59
nix-env -f '<nixpkgs>' -iA lmdb
+ LMDB_PATH=$(nix-env -q --out-path lmdb | awk '{print $2}')
+ echo "PKG_CONFIG_PATH=${LMDB_PATH}/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
60
shell: devx {0}
61
- name: cache cabal
62
uses: actions/cache@v3
0 commit comments