Skip to content

Commit 2e47c06

Browse files
committed
install python dependencies
Signed-off-by: tjtanaa <[email protected]>
1 parent 3192e4e commit 2e47c06

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check_api_changes.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
echo "First run, will check API"
5454
echo "HASH_CHANGED=true" >> $GITHUB_ENV
5555
fi
56+
57+
- name: Free up disk space
58+
run: |
59+
sudo rm -rf /usr/share/dotnet
60+
sudo rm -rf /opt/ghc
61+
sudo rm -rf /usr/local/lib/android
62+
sudo apt-get clean
5663
5764
- name: Install dependencies
5865
run: |

0 commit comments

Comments
 (0)