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.
Cargo.lock
1 parent 8316f76 commit f28954dCopy full SHA for f28954d
.github/workflows/deploy.yml
@@ -31,14 +31,6 @@ jobs:
31
rustup update stable
32
# cargo install wasm-pack
33
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
42
- name: Build
43
run: |
44
npm run full-build || (cargo clean | npm run full-build)
0 commit comments