You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dep_rust.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ jobs:
75
75
- name: clippy exhaustive check
76
76
if: ${{ (runner.os == 'Linux' )}}
77
77
run: |
78
+
sudo apt-get install -y jq
78
79
just clippy-exhaustive ${{ matrix.config }}
79
80
80
81
# Does not check for updated Cargo.lock files for test rust guests as this causes an issue with this checkwhen deoendabot updates dependencies in common crates
0 commit comments