Skip to content

Commit d178f3f

Browse files
committed
Filter APT listing to intel- packages only, consistent with YUM/DNF
1 parent a961ed5 commit d178f3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/list_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
run: |
139139
find source/${{ github.workflow }} -maxdepth 1 -type f ! -name "*apt*" ! -name "*yum*" -exec sed -i -e 1,5d {} \;
140140
find source/${{ github.workflow }} -maxdepth 1 -type f -name "*windows*" -exec sed -i -e 1,2d {} \; -exec sed -i s"/\r//g" {} \;
141+
sed -i '/^intel-/!d' source/${{ github.workflow }}/linux_apt.txt
141142
sed -i '/^intel-/!d' source/${{ github.workflow }}/linux_yum_dnf.txt
142143
make html
143144
- name: Save built doc as artifact

0 commit comments

Comments
 (0)