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 ddc9ef5 commit 12e27d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ jobs:
# Remove binaries for other platforms
sudo find /tmp/iso -iname "x86" -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 {} +
# Remove empty directories
sudo find . -type d -empty -delete
-
Expand Down

0 comments on commit 12e27d8

Please sign in to comment.