Skip to content

Commit

Permalink
build(github/workflows): run rustup show instead of actions-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Aug 11, 2021
1 parent 0aafd51 commit 5d822dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
submodules: true

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
run: rustup show

- name: Compile
run: cargo build --workspace --verbose
Expand Down

0 comments on commit 5d822dc

Please sign in to comment.