Skip to content

Commit

Permalink
Switch to setup-rust-action for CI installs
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Aug 31, 2020
1 parent 845b186 commit 546d72b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -15,10 +15,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev libasound2-dev
- name: Install Rust toolchains
run: |
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v1
- name: Build and test (all features, all targets)
run: cargo test
Expand Down

0 comments on commit 546d72b

Please sign in to comment.