Skip to content

Commit

Permalink
[CI] Switch from actions-rs/toolchain to dtolnay/rust-toolchain (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis authored Oct 26, 2022
1 parent 7a63057 commit f42f36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
fi
- name: Install Rust with toolchain ${{ env.ZC_TOOLCHAIN }} and target ${{ matrix.target }}
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.ZC_TOOLCHAIN }}
target: ${{ matrix.target }}
targets: ${{ matrix.target }}
# Only nightly has a working Miri, so we skip installing on all other
# toolchains. This expression is effectively a ternary expression -
# see [1] for details.
Expand Down

0 comments on commit f42f36d

Please sign in to comment.