Skip to content

Commit

Permalink
chore: build surrealdb.wasm 1.2.2 from own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Mar 7, 2024
1 parent aad99c7 commit 69a64d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

- name: "Checkout surrealdb.wasm repo (latest tag)"
run: |
git clone https://github.com/surrealdb/surrealdb.wasm.git
cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
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
- name: "Install Node & NPM"
uses: actions/setup-node@v4
Expand Down

0 comments on commit 69a64d3

Please sign in to comment.