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 b6e6429 commit 05c0604Copy full SHA for 05c0604
.github/workflows/deploy.yml
@@ -42,13 +42,14 @@ jobs:
42
- name: Use deploy script from master branch
43
run: |
44
git fetch --no-tags --prune --depth=1 origin master
45
- git checkout origin/master -- .github/deploy.sh
+ git checkout origin/master -- .github/deploy.sh util/versions.py util/gh-pages/versions.html
46
47
- - name: cargo update
48
- run: cargo update
+ # Generate lockfile for caching to avoid build problems with cached deps
+ - name: cargo generate-lockfile
49
+ run: cargo generate-lockfile
50
51
- name: Cache
- uses: Swatinem/rust-cache@v1
52
+ uses: Swatinem/rust-cache@v1.3.0
53
54
- name: cargo collect-metadata
55
run: cargo collect-metadata
0 commit comments