Skip to content

Commit eb8e0f6

Browse files
committed
test with latest main sqlite-wasm
1 parent 1ca0b03 commit eb8e0f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,7 @@ jobs:
147147
- name: wasm npm pack
148148
if: matrix.name == 'wasm'
149149
run: |
150-
TAG=$(git ls-remote --tags https://github.com/sqlite/sqlite-wasm.git | \
151-
awk -v ver=$(make sqlite_version) -F'/' '$NF ~ ver"-build[0-9]+$" {print $NF}' | \
152-
sort -V | \
153-
tail -n1)
154-
git clone --branch "$TAG" --depth 1 https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
150+
git clone https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
155151
rm -rf sqlite-wasm/sqlite-wasm/*
156152
unzip dist/sqlite-wasm.zip -d sqlite-wasm/tmp
157153
mv sqlite-wasm/tmp/sqlite-wasm-*/jswasm sqlite-wasm/sqlite-wasm

0 commit comments

Comments
 (0)