Skip to content

Commit 69f17e3

Browse files
committed
(r) Free up disk space
1 parent 656415d commit 69f17e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ jobs:
323323
if: fromJSON(matrix.config.container) != null
324324
uses: actions/checkout@v3
325325

326+
- name: Free up disk space
327+
if: runner.os == 'macOS'
328+
run: |
329+
# Xcode is not needed and is very large so deleting it is an easy way to free up space.
330+
sudo rm -rf /Applications/Xcode*.app
331+
326332
- name: Install Node.js
327333
if: fromJSON(matrix.config.container) == null && runner.name != 'WINDOWS-SIGN-PC'
328334
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)