🐛 Resolve warnings for actions.
This commit is contained in:
6
.github/workflows/pake-cli.yaml
vendored
6
.github/workflows/pake-cli.yaml
vendored
@@ -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)
|
||||
|
||||
2
.github/workflows/pake_build.yaml
vendored
2
.github/workflows/pake_build.yaml
vendored
@@ -40,8 +40,6 @@ jobs:
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
profile: minimal
|
||||
override: true
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: install dependencies (ubuntu only)
|
||||
|
||||
2
.github/workflows/pake_build_with_cache.yaml
vendored
2
.github/workflows/pake_build_with_cache.yaml
vendored
@@ -51,8 +51,6 @@ jobs:
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
profile: minimal
|
||||
override: true
|
||||
target: ${{ matrix.target }}
|
||||
|
||||
- name: install dependencies (ubuntu only)
|
||||
|
||||
Reference in New Issue
Block a user