We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad99c7 commit 69a64d3Copy full SHA for 69a64d3
.github/workflows/build-wasm-js.yaml
@@ -12,9 +12,9 @@ jobs:
12
13
- name: "Checkout surrealdb.wasm repo (latest tag)"
14
run: |
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
+ git clone https://github.com/limcheekin/surrealdb.wasm.git
+ #cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
+ #git checkout $LATEST_TAG
18
19
- name: "Install Node & NPM"
20
uses: actions/setup-node@v4
0 commit comments