Skip to content

Commit

Permalink
Use a specific version of nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 29, 2020
1 parent 9ec327d commit 257089f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Rust nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2019-12-19
override: true
components: rustfmt, clippy
- run: cargo fmt --all -- --check
Expand All @@ -26,13 +26,13 @@ jobs:
include:
- build: linux
os: ubuntu-latest
rust: nightly
rust: nightly-2019-12-19
- build: macos
os: macos-latest
rust: nightly
rust: nightly-2019-12-19
- build: windows
os: windows-latest
rust: nightly
rust: nightly-2019-12-19
steps:
- uses: actions/checkout@v2
- name: Install Rust ${{ matrix.rust }}
Expand Down

0 comments on commit 257089f

Please sign in to comment.