Skip to content

Commit

Permalink
actions: Force Rust 1.46.0 temporarily
Browse files Browse the repository at this point in the history
Rust 1.47.0 is causing the build to fail in CI. This forces 1.46.0.
  • Loading branch information
zmrow committed Oct 9, 2020
1 parent b5fd55f commit 7fc8620
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 7fc8620

Please sign in to comment.