Skip to content

Commit

Permalink
use stable rust for publish
Browse files Browse the repository at this point in the history
"build" uses it and it works

Added in 7db01e2

copied from robolectric_build.yml

Fixes #129
  • Loading branch information
david-allison committed Jul 11, 2021
1 parent 8e82e1f commit d48653e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Install Rust
uses: actions-rs/[email protected]
with:
toolchain: nightly # nightly is currently required for Robolectric Testing
toolchain: stable
override: true
components: rustfmt, clippy

# actions-rs only accepts "target" (although a "targets" param to be added in v2). We need 7 targets.
- name: Install Rust Targets
Expand Down

0 comments on commit d48653e

Please sign in to comment.