Skip to content

Commit

Permalink
more stable MSRV solution
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lieser committed Nov 15, 2024
1 parent eaf2956 commit d16ff38
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- uses: actions/checkout@v4
- name: MSRV
if: ${{ matrix.variant == 'MSRV' }}
run: cp Cargo.lock.msrv Cargo.lock
run: |
cp Cargo.lock.msrv Cargo.lock
cp distr_test/Cargo.lock.msrv distr_test/Cargo.lock
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
Expand Down
Loading

0 comments on commit d16ff38

Please sign in to comment.