mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 21:27:06 +00:00
Try fixing the toolchain
This commit is contained in:
parent
e93d0be5a4
commit
37159d46e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Stable with rustfmt and clippy
|
||||
uses: actions-rs/toolchain@v1
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
target: i686-pc-windows-msvc
|
||||
components: rustfmt, clippy
|
||||
- name: Lint code format
|
||||
run: cargo fmt --all -- --check
|
||||
|
|
|
|||
Loading…
Reference in a new issue