Skip to content

Commit

Permalink
Fixed github builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Dec 22, 2019
1 parent 8639575 commit ed81c0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Install latest nightly
run: rustup toolchain install 1.40.0
- name: Set default toolchain
run: rustup default 1.40.0
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit ed81c0d

Please sign in to comment.