File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 VER=$(node -p "require('./package.json').version")
120120 echo "tag=v${VER#v}" >> $GITHUB_OUTPUT
121121 fi
122- - run : apk add build-base git python3 py3-setuptools bash gettext --update-cache
122+ - run : apk add build-base git python3 py3-setuptools bash gettext curl unzip --update-cache
123123 - run : git clone --depth 1 https://github.com/asg017/sqlite-vec.git
124124 - run : |
125125 set -eux; cd sqlite-vec; [ -f ./scripts/vendor.sh ] && bash ./scripts/vendor.sh || true; make loadable
@@ -163,7 +163,7 @@ jobs:
163163 run : |
164164 docker run --rm -v $PWD:/w --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:20-alpine -c '
165165 set -eux;
166- apk add build-base git python3 py3-setuptools bash gettext --update-cache;
166+ apk add build-base git python3 py3-setuptools bash gettext curl unzip --update-cache;
167167 cd /w; git clone --depth 1 https://github.com/asg017/sqlite-vec.git;
168168 cd sqlite-vec; [ -f ./scripts/vendor.sh ] && bash ./scripts/vendor.sh || true; make loadable;
169169 '
You can’t perform that action at this time.
0 commit comments