Skip to content

Commit

Permalink
Merge pull request #1154 from zmrow/actions-rust-1.46
Browse files Browse the repository at this point in the history
GitHub Actions: Force Rust 1.46.0 temporarily
  • Loading branch information
zmrow authored Oct 9, 2020
2 parents b5fd55f + 7fc8620 commit 8aff7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: rustup toolchain install 1.46.0 && rustup default 1.46.0
- run: cargo install --version 0.30.0 cargo-make
- run: cargo install --version 0.6.6 cargo-deny --no-default-features
- run: cargo make -e BUILDSYS_VARIANT=${{ matrix.variant }} unit-tests
Expand Down

0 comments on commit 8aff7c7

Please sign in to comment.