Skip to content

Commit d58b6aa

Browse files
committed
check-srpm-duplicates: install deps
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 parent adff9fd commit d58b6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-srpm-duplicates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Generate specs.json
4242
run: |
4343
set -euo pipefail
44-
44+
sudo make -C toolkit install-prereqs
4545
for spec_folder in ${{ matrix.specs-dirs-groups }}; do
4646
echo "Generating specs.json for spec folder '$spec_folder'."
4747

0 commit comments

Comments
 (0)