Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
action-rs/toolchain already includes cargo. Don't use another actions-rs for cargo commands.
  • Loading branch information
janaknat committed Jul 7, 2023
1 parent a521530 commit ca998e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
- name: Install gcc on Ubuntu
if: ${{ matrix.distribution == 'Ubuntu' }}
run: sudo apt install -y build-essential
Expand Down

0 comments on commit ca998e1

Please sign in to comment.