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)