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 bcb7cbe commit 853fa8bCopy full SHA for 853fa8b
.github/workflows/regenerate-target-info.yml
@@ -21,8 +21,13 @@ jobs:
21
- name: Install rust
22
run: |
23
rustup toolchain install stable nightly --no-self-update --profile minimal
24
+
25
+ - name: Create lockfile
26
+ run: cargo update
27
28
- uses: Swatinem/rust-cache@v2
29
+ with:
30
+ cache-all-crates: 'true'
31
- name: Regenerate target info
32
run: cargo run -p gen-target-info
33
.github/workflows/regenerate-windows-sys.yml
@@ -18,7 +18,13 @@ jobs:
18
19
git checkout -b regenerate-windows-sys-${{ github.run_id }}
20
- name: Regenerate windows sys bindings
run: cargo run -p gen-windows-sys-binding
0 commit comments