File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,14 @@ jobs:
42
42
43
43
# Configure Rust for 32-bit builds
44
44
#
45
- # NOTE: Refer to install_loader/toolchain.toml for the installed toolchain and target architecture
45
+ # NOTE: Refer to install_loader/rust- toolchain.toml for the installed toolchain and target architecture
46
46
# Please use fixed versions of rust so that installs build consistently
47
47
# (So they don't randomly trigger Windows Defender)
48
48
#
49
49
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
50
50
- name : Install and configure rust for 32-bit builds
51
51
uses : actions-rust-lang/setup-rust-toolchain@v1
52
+ working-directory : ./install_loader
52
53
53
54
# Run Python Deploy Script
54
55
# 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