We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6b353 commit 8f6c971Copy full SHA for 8f6c971
5 files changed
.github/workflows/release.yml
@@ -50,6 +50,12 @@ jobs:
50
if: steps.version-check.outputs.version != '0'
51
uses: MatteoH2O1999/setup-rust@v1
52
53
+ - name: Cache Rust dependencies
54
+ if: steps.version-check.outputs.version != '0'
55
+ uses: Swatinem/rust-cache@v2
56
+ with:
57
+ cache-on-failure: "true"
58
+
59
- name: Build project
60
61
run: cargo build --release
.gitignore
@@ -1,5 +1,4 @@
1
/target
2
-/Cargo.lock
3
4
index.min.html
5
index.allinone.html
0 commit comments