Skip to content

Commit

Permalink
🐛 Resolve warnings for actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 18, 2023
1 parent e8e2a27 commit 183f34c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pake-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,20 @@ 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
if: inputs.platform == 'windows-latest'
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
if: inputs.platform == 'macos-latest'
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
override: true
target: x86_64-apple-darwin

- name: install dependencies (ubuntu only)
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pake_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pake_build_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 183f34c

Please sign in to comment.