Skip to content

Commit

Permalink
[CI] Fix cache not detected by specifying project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 14, 2024
1 parent 0ed4097 commit 1e2f593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
- name: Install and configure rust for 32-bit builds
uses: actions-rust-lang/setup-rust-toolchain@v1
cache-workspaces: install_loader

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

0 comments on commit 1e2f593

Please sign in to comment.