fix toolchain installation
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 4m51s
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 4m51s
This commit is contained in:
parent
43f8543aeb
commit
95a9891e71
1 changed files with 4 additions and 4 deletions
|
|
@ -14,12 +14,12 @@ jobs:
|
|||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/actions/setup-rust@v1
|
||||
- name: Install Rust toolchain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
components: rust-src
|
||||
override: true
|
||||
components: rustfmt, clippy, rust-src
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue