Skip to content

Commit b5dfb25

Browse files
authored
Uplift lmdb from 0.9.29 to 0.9.31 (#245)
* Uplidt LMDB lib from 0.9.29 to 0.9.31 * Uplift upload-artifact action to v4
1 parent 5332a0e commit b5dfb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -o errexit
44

55
rm -rf lmdb
6-
git clone --depth 1 --branch LMDB_0.9.29 https://github.com/LMDB/lmdb.git
6+
git clone --depth 1 --branch LMDB_0.9.31 https://github.com/LMDB/lmdb.git
77
pushd lmdb/libraries/liblmdb
88
trap popd SIGINT
99

0 commit comments

Comments
 (0)