Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 18, 2024
1 parent bd82d40 commit 354081b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ jobs:
# Remove binaries for other platforms
sudo find /tmp/iso -iname "x64" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "amd64" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "arm64" -type d -exec rm -rf {} +
# Remove Win8/Win2012 drivers
sudo find /tmp/iso -iname "w8" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "w8.1" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "2k12" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "2k12R2" -type d -exec rm -rf {} +
sudo find /tmp/iso -iname "arm64" -type d -exec rm -rf {} +
# Remove empty directories
sudo find . -type d -empty -delete
-
Expand Down

0 comments on commit 354081b

Please sign in to comment.