Skip to content

Commit 1e2f593

Browse files
committed
[CI] Fix cache not detected by specifying project folder
1 parent 0ed4097 commit 1e2f593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
5555
- name: Install and configure rust for 32-bit builds
5656
uses: actions-rust-lang/setup-rust-toolchain@v1
57+
cache-workspaces: install_loader
5758

5859
# Run Python Deploy Script
5960
# This also installs and scans .exe with virustotal on Windows (to try prevent .exe virus false positives)

0 commit comments

Comments
 (0)