Skip to content

Commit

Permalink
try iron core action #344
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Jun 21, 2023
1 parent 0238423 commit c773cdb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
run: |
rustup toolchain install 1.70 --profile default --no-self-update
rustup component add clippy --toolchain 1.70
# This uses the version specified in rust-toolchain.toml by default
uses: IronCoreLabs/rust-toolchain@v1
with:
components: clippy, rust-docs

- name: Install nightly toolchain (for rustfmt only)
run: rustup toolchain install nightly --profile minimal --component rustfmt
Expand Down

0 comments on commit c773cdb

Please sign in to comment.