Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

- name: Setup Rust Toolchain
run: |
rustup set profile minimal
rustup component add clippy rustfmt
rustup target add ${{ matrix.target }}
- name: Install Rust Toolchain
run: rustup toolchain install stable --profile minimal --component clippy --component rustfmt --no-self-update

- name: Add Target
run: rustup target add ${{ matrix.target }}

- name: Install musl-gcc (Linux only)
if: matrix.os == 'ubuntu-24.04'
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

- name: Setup Rust Toolchain
run: |
rustup set profile minimal
rustup target add ${{ matrix.target }}
- name: Add Target
run: rustup target add ${{ matrix.target }}

- name: Install musl-gcc (Linux only)
if: matrix.os == 'ubuntu-24.04'
Expand Down
4 changes: 0 additions & 4 deletions rust-toolchain.toml

This file was deleted.

Loading