0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

Default the project to nightly Rust toolchains

This commit is contained in:
Jordan Rose 2020-10-16 11:15:35 -07:00
parent c8834a875a
commit 54f363c814
2 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install nightly rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
components: rustfmt, clippy
- uses: actions/checkout@v2
- name: Rustfmt check
run: cargo fmt -- --check

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
nightly