Skip to content

Commit

Permalink
I don't actually care about behavior on non-stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbstern committed Aug 7, 2020
1 parent edbc0fe commit 6f3a3ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust_versions: ["stable", "1.38.0"]
os: [ubuntu-latest, windows-latest]
steps:
- name: Check out source code
uses: actions/checkout@master

- name: Install Rust
run: |
rustup toolchain install --no-self-update ${{ matrix.rust_versions }}
rustup toolchain install --no-self-update stable
rustup default stable
- name: Build
Expand Down

0 comments on commit 6f3a3ca

Please sign in to comment.