We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc9ef5 commit 12e27d8Copy full SHA for 12e27d8
.github/workflows/build.yml
@@ -82,11 +82,6 @@ jobs:
82
# Remove binaries for other platforms
83
sudo find /tmp/iso -iname "x86" -type d -exec rm -rf {} +
84
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 {} +
90
# Remove empty directories
91
sudo find . -type d -empty -delete
92
-
0 commit comments