Skip to content

Commit 12e27d8

Browse files
authored
Update build.yml
1 parent ddc9ef5 commit 12e27d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ jobs:
8282
# Remove binaries for other platforms
8383
sudo find /tmp/iso -iname "x86" -type d -exec rm -rf {} +
8484
sudo find /tmp/iso -iname "arm64" -type d -exec rm -rf {} +
85-
# Remove Win8/Win2012 drivers
86-
sudo find /tmp/iso -iname "w8" -type d -exec rm -rf {} +
87-
sudo find /tmp/iso -iname "w8.1" -type d -exec rm -rf {} +
88-
sudo find /tmp/iso -iname "2k12" -type d -exec rm -rf {} +
89-
sudo find /tmp/iso -iname "2k12R2" -type d -exec rm -rf {} +
9085
# Remove empty directories
9186
sudo find . -type d -empty -delete
9287
-

0 commit comments

Comments
 (0)