Skip to content

Commit 2c3106c

Browse files
authored
Fix Cannot find '/usr/bin/file' command issue for "Coverity" workflow (#5040)
1 parent 1659ad9 commit 2c3106c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222

23+
- name: Install /usr/bin/file
24+
run: |
25+
sudo apt install -y file
26+
2327
- name: Install Python 3.10
2428
uses: actions/setup-python@v5
2529
with:

0 commit comments

Comments
 (0)