fix toolchain installation
Some checks failed
Cross-Compile for Windows with Podman / build (push) Failing after 4m51s

This commit is contained in:
Данила Горнушко 2024-12-04 20:27:39 +03:00
parent 43f8543aeb
commit 95a9891e71

View file

@ -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: |