Skip to content

Commit

Permalink
chore: uncomment lib dl
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jul 17, 2024
1 parent bee5771 commit 6eb9298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/ci/prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm --version
echo "OS: $OS"
echo "ARCH: $ARCH"

# ./script/download-libs.sh
./script/download-libs.sh
npm ci --ignore-scripts
export npm_config_target=${NODE_VERSION}
npx --yes prebuildify@${PREBUILDIFY_VERSION} --napi --name ${PREBUILD_NAME}
Expand Down Expand Up @@ -90,4 +90,4 @@ case $OS in
;;
esac
ls
# rm -rf ffi build
rm -rf ffi build

0 comments on commit 6eb9298

Please sign in to comment.