Skip to content

Commit

Permalink
demo for jordan
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 23, 2024
1 parent b9692fd commit 577bea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
node-version: ${{ steps.get-node-version.outputs.node-version }}
directories: |
./examples
./tests
release:
name: Deploy release
Expand Down Expand Up @@ -74,7 +73,7 @@ jobs:

- name: Install dfx
run: |
# Install dfx (Note: DFX must be installed before `npx azle` because the azle instalation process requires dfx)
# Install dfx (Note: DFX must be installed before `npx azle` because the azle installation process requires dfx)
src/build/stable/commands/install_global_dependencies/install_dfx.sh ${{ steps.get-dfx-version.outputs.dfx-version }}
echo "$HOME/.local/share/dfx/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"wasi2ic": "https://github.com/wasm-forge/wasi2ic?rev=806c3558aad24224852a9582f018178402cb3679#806c3558",
"node": "20.11.0",
"rust": "1.80.1",
"dfx": "0.21.0"
"dfx": "0.22.0"
}
}
}

0 comments on commit 577bea9

Please sign in to comment.