Skip to content

Commit 5346a08

Browse files
authored
Merge pull request #1447 from IntelPython/fix_out_of_memory_build_docs
Add extra pre-step to free more memory on Ubuntu runners
2 parents 9f9a39a + eae1f4f commit 5346a08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
access_token: ${{ github.token }}
2727

28+
- name: Free Disk Space (Ubuntu)
29+
uses: jlumbroso/free-disk-space@main
30+
2831
- name: Install Intel repository
2932
run: |
3033
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB

0 commit comments

Comments
 (0)