Skip to content

Commit

Permalink
ci: try to fix the rust version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Jun 19, 2024
1 parent 6f4cc44 commit aa89984
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# make sure we are on rust 1.79
# see https://github.com/tuffy/bitstream-io/commit/241eaed73b0cd814640ceaf01b8220e5c98927d6#commitcomment-143198388
# TODO remove this once github is on a newer version of rust
- name: Set up Rust
run: rustup update
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit aa89984

Please sign in to comment.