*Add missing unbound library
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
Derrick Hammer 2022-12-12 06:37:34 -05:00
parent 2021b480e4
commit 48d5f654b2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
apt install libunbound-dev
node build.js
mkdir -p dist/build/Release
cp node_modules/bdb/build/Release/leveldown.node dist/build/Release/leveldown.node