Skip to content

Commit f28954d

Browse files
committed
freezeCargo.lock
This reverts commit 8316f76.
1 parent 8316f76 commit f28954d

File tree

2 files changed

+523
-716
lines changed

2 files changed

+523
-716
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
rustup update stable
3232
# cargo install wasm-pack
3333
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
34-
- name: Update
35-
run: |
36-
cargo update
37-
git config user.name github-actions[bot]
38-
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
39-
git add .
40-
git diff-index --quiet HEAD || git commit -m "Automatic update \`Cargo.lock\`"
41-
git push
4234
- name: Build
4335
run: |
4436
npm run full-build || (cargo clean | npm run full-build)

0 commit comments

Comments
 (0)