Skip to content

Commit 22a2ee3

Browse files
committed
voodoo stuff
1 parent 3bc499b commit 22a2ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
use-sodium-vrf: true
5555
- name: Add LMDB to Nix environment
5656
run: |
57-
# Install LMDB from nixpkgs into the Nix user profile
58-
# This is temporary until devx PR #221 is merged
5957
nix-env -f '<nixpkgs>' -iA lmdb
58+
LMDB_PATH=$(nix-env -q --out-path lmdb | awk '{print $2}')
59+
echo "PKG_CONFIG_PATH=${LMDB_PATH}/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
6060
shell: devx {0}
6161
- name: cache cabal
6262
uses: actions/cache@v3

0 commit comments

Comments
 (0)