mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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:
|
with:
|
||||||
crate: cargo-deny
|
crate: cargo-deny
|
||||||
locked: true
|
locked: true
|
||||||
|
# 0.16.2 requires Rust 1.81 or newer.
|
||||||
|
version: '0.16.1'
|
||||||
- name: Bootstrap Python
|
- name: Bootstrap Python
|
||||||
run: python3 -m pip install --upgrade pip
|
run: python3 -m pip install --upgrade pip
|
||||||
- name: Bootstrap dependencies
|
- name: Bootstrap dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue