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 0ed4097 commit 1e2f593Copy full SHA for 1e2f593
.github/workflows/test_and_deploy.yml
@@ -54,6 +54,7 @@ jobs:
54
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
55
- name: Install and configure rust for 32-bit builds
56
uses: actions-rust-lang/setup-rust-toolchain@v1
57
+ cache-workspaces: install_loader
58
59
# Run Python Deploy Script
60
# This also installs and scans .exe with virustotal on Windows (to try prevent .exe virus false positives)
0 commit comments