File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,13 @@ jobs:
41
41
python-version : ${{ matrix.python-version }}
42
42
43
43
# Configure Rust for 32-bit builds
44
- #
45
- # NOTE: Refer to install_loader/rust-toolchain.toml for the installed toolchain and target architecture
46
- # Please use fixed versions of rust so that installs build consistently
47
- # (So they don't randomly trigger Windows Defender)
48
- #
49
- # CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
50
- - name : Install and configure rust for 32-bit builds
51
- uses : actions-rust-lang/setup-rust-toolchain@v1
52
- working-directory : ./install_loader
44
+ # NOTE: install_loader/rust-toolchain.toml now used to set toolchain and target architecture
45
+
46
+ # Caching for Rust
47
+ - name : Cache rust builds
48
+ uses : Swatinem/rust-cache@v2
49
+ with :
50
+ workspaces : install_loader
53
51
54
52
# Run Python Deploy Script
55
53
# This also installs and scans .exe with virustotal on Windows (to try prevent .exe virus false positives)
You can’t perform that action at this time.
0 commit comments