Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Sep 20, 2020
1 parent cbcde71 commit 4c51324
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:

- name: "Switch to Rust nightly"
run: rustup default nightly
if: runner.os != 'macOS'

- name: "Switch to Rust nightly-2020-09-12"
run: rustup default nightly-2020-09-12
if: runner.os == 'macOS'

- name: "Print Rust Version"
run: |
Expand Down

0 comments on commit 4c51324

Please sign in to comment.