Skip to content

Commit

Permalink
Do rust in GHA differently
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed May 3, 2021
1 parent 0e03db6 commit c8ef2cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Rust Toolchain
run: rustup default stable
- name: Install latest rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- name: Cache Hex Packages
uses: actions/cache@v1
Expand Down

0 comments on commit c8ef2cb

Please sign in to comment.