Skip to content

Commit

Permalink
revert change to build actions
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Mar 8, 2023
1 parent ab9e837 commit 33e3d7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- if: "!matrix.use_cross"
name: Install Rust toolchain
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain || env.RUST_VERSION }}
Expand Down

0 comments on commit 33e3d7a

Please sign in to comment.