Skip to content

Commit

Permalink
Fix setup-rust-toolchain not finding rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Sep 14, 2024
1 parent 8a52369 commit 1953d04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,14 @@ jobs:

# Configure Rust for 32-bit builds
#
# NOTE: Refer to install_loader/toolchain.toml for the installed toolchain and target architecture
# NOTE: Refer to install_loader/rust-toolchain.toml for the installed toolchain and target architecture
# Please use fixed versions of rust so that installs build consistently
# (So they don't randomly trigger Windows Defender)
#
# 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
working-directory: ./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 1953d04

Please sign in to comment.