Skip to content

Commit 1953d04

Browse files
committed
Fix setup-rust-toolchain not finding rust-toolchain.toml
1 parent 8a52369 commit 1953d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,14 @@ jobs:
4242

4343
# Configure Rust for 32-bit builds
4444
#
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
4646
# Please use fixed versions of rust so that installs build consistently
4747
# (So they don't randomly trigger Windows Defender)
4848
#
4949
# CACHE NOTE: This action also provides Github Actions caching of rust builds (uses Swatinem/rust-cache internally)
5050
- name: Install and configure rust for 32-bit builds
5151
uses: actions-rust-lang/setup-rust-toolchain@v1
52+
working-directory: ./install_loader
5253

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

0 commit comments

Comments
 (0)