Skip to content

Commit 233e0f2

Browse files
committed
chore: updated build-wasm-js workflow to build from official surrealdb.wasm repo
1 parent a3778f8 commit 233e0f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wasm-js.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
- name: "Checkout surrealdb.wasm repo (latest tag)"
1414
run: |
15-
git clone https://github.com/limcheekin/surrealdb.wasm.git
16-
# cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
17-
# git checkout $LATEST_TAG
15+
git clone https://github.com/surrealdb/surrealdb.wasm.git
16+
cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
17+
git checkout $LATEST_TAG
1818
1919
- name: "Install Node & NPM"
2020
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)