Skip to content

Commit

Permalink
Fix UTxO-HD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Dec 2, 2022
1 parent 287ff5a commit 7893172
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cabal.project.local.ci.Darwin
Expand Up @@ -3,3 +3,6 @@ package cardano-crypto-praos

package HsOpenSSL
flags: +use-pkg-config

package lmdb
flags: +use-pkg-config
11 changes: 11 additions & 0 deletions .github/workflows/lmdb.pc
@@ -0,0 +1,11 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include

Name: liblmdb
Description: Lightning Memory-Mapped Database
URL: https://symas.com/products/lightning-memory-mapped-database/
Version: 0.9.29
Libs: -L${libdir} -llmdb
Cflags: -I${includedir}

0 comments on commit 7893172

Please sign in to comment.