mirror of
https://github.com/servo/servo.git
synced 2025-08-26 07:38:21 +01:00
chore: Pin cargo-deny to 0.18.3 (#38681)
cargo-deny@0.18.4 requires Rust 1.88 Testing: Fixes CI. Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
797db25c4e
commit
cf866d12b4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: baptiste0928/cargo-install@v3
|
||||
with:
|
||||
crate: cargo-deny
|
||||
version: 0.18
|
||||
version: 0.18.3
|
||||
locked: true
|
||||
- name: Bootstrap dependencies
|
||||
run: |
|
||||
|
|
|
@ -98,7 +98,7 @@ class Base:
|
|||
return False
|
||||
|
||||
print(" * Installing cargo-deny...")
|
||||
if subprocess.call(["cargo", "install", "cargo-deny", "--locked"]) != 0:
|
||||
if subprocess.call(["cargo", "install", "cargo-deny@0.18.3", "--locked"]) != 0:
|
||||
raise EnvironmentError("Installation of cargo-deny failed.")
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue