mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
CI: Fix lint job (#34257)
cargo-deny 0.16.2 requires Rust 1.81, so we install the previous version Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
aa7116c75d
commit
56fed22a5b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -44,6 +44,8 @@ jobs:
|
|||
with:
|
||||
crate: cargo-deny
|
||||
locked: true
|
||||
# 0.16.2 requires Rust 1.81 or newer.
|
||||
version: '0.16.1'
|
||||
- name: Bootstrap Python
|
||||
run: python3 -m pip install --upgrade pip
|
||||
- name: Bootstrap dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue