Skip to content

Commit 0dbd6ff

Browse files
committed
fixup
1 parent a876351 commit 0dbd6ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
- name: clippy exhaustive check
7676
if: ${{ (runner.os == 'Linux' )}}
7777
run: |
78-
sudo apt-get install -y jq
78+
sudo apt-get install -y jq || true
79+
sudo dnf install -y jq || true
7980
just clippy-exhaustive ${{ matrix.config }}
8081
8182
# 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

Comments
 (0)