Skip to content

Commit

Permalink
[ci] fix build on Rust 1.34 and 1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jan 31, 2024
1 parent af3462f commit 7de9219
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git >> $GITHUB_ENV
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Use pinned Cargo.lock for Rust 1.34 and 1.44
if: ${{ matrix.rust-version == 1.34 || matrix.rust-version == 1.44 }}
run: cp Cargo.lock.rust134 Cargo.lock
- name: Build the library
run: cargo build
- name: Test
Expand Down
Loading

0 comments on commit 7de9219

Please sign in to comment.