From 0ddcda19af3a8d23d084679f9ec04a517f7a9239 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Tue, 18 Apr 2023 18:45:55 +0800 Subject: [PATCH] :bug: Resolve warnings for actions. --- .github/workflows/pake-cli.yaml | 6 ------ .github/workflows/pake_build.yaml | 2 -- .github/workflows/pake_build_with_cache.yaml | 2 -- 3 files changed, 10 deletions(-) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 9a0fd16..d2c4b96 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -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) diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index d614cd6..ad943ab 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -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) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index da58862..f746c42 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -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)