Skip to content

Commit b46c118

Browse files
authored
Merge pull request #100 from laysakura/ci/deadlink-with-MSRV
ci: deadlink check with MSRV
2 parents e6eebbe + 8381ec6 commit b46c118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
curl -L "${BASE_URL}/${VERSION}/${FILE_BASE}" --output $HOME/.local/bin/cargo-deadlinks
134134
chmod +x $HOME/.local/bin/cargo-deadlinks
135135
cargo deadlinks --version
136+
rustup override set 1.52.1 # FIXME: https://github.com/deadlinks/cargo-deadlinks/issues/147
136137
137138
- name: Install mlc
138139
if: ${{ matrix.make.install-mlc }}

0 commit comments

Comments
 (0)