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.
2 parents e6eebbe + 8381ec6 commit b46c118Copy full SHA for b46c118
.github/workflows/ci.yml
@@ -133,6 +133,7 @@ jobs:
133
curl -L "${BASE_URL}/${VERSION}/${FILE_BASE}" --output $HOME/.local/bin/cargo-deadlinks
134
chmod +x $HOME/.local/bin/cargo-deadlinks
135
cargo deadlinks --version
136
+ rustup override set 1.52.1 # FIXME: https://github.com/deadlinks/cargo-deadlinks/issues/147
137
138
- name: Install mlc
139
if: ${{ matrix.make.install-mlc }}
0 commit comments