Add rustup update before cargo fmt

This commit is contained in:
Paul Hauner
2019-11-22 18:37:02 +11:00
parent c2e68145f0
commit 17939f340b

View File

@@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Get latest version of stable Rust
run: rustup update stable
- name: Check formatting with cargo fmt
run: cargo fmt --all -- --check
release-tests-ubuntu: