We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce74922 commit ca5b962Copy full SHA for ca5b962
.github/workflows/test.yml
@@ -47,7 +47,6 @@ jobs:
47
# Test both windows-gnu and windows-msvc; use beta rust on one
48
- os: ubuntu-latest
49
target: x86_64-unknown-linux-gnu
50
- variant: MSRV
51
toolchain: 1.85.0
52
53
deps: sudo apt-get update ; sudo apt install gcc-multilib
@@ -60,9 +59,6 @@ jobs:
60
59
61
steps:
62
- uses: actions/checkout@v6
63
- - name: Not MSRV
64
- if: ${{ matrix.variant != 'MSRV' }}
65
- run: cargo generate-lockfile --ignore-rust-version
66
- name: Install toolchain
67
uses: dtolnay/rust-toolchain@master
68
with:
0 commit comments