🐛 Resolve warnings for actions.

This commit is contained in:
Tw93
2023-04-18 18:45:55 +08:00
parent ec7d7a16ba
commit 0ddcda19af
3 changed files with 0 additions and 10 deletions

View File

@@ -80,8 +80,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
override: true
target: x86_64-unknown-linux-musl
- name: Install Rust for windows-latest
@@ -89,8 +87,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable-x86_64-msvc
profile: minimal
override: true
target: x86_64-pc-windows-msvc
- name: Install Rust for macos-latest
@@ -98,8 +94,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
override: true
target: x86_64-apple-darwin
- name: install dependencies (ubuntu only)