Skip to content

Commit 8bef44c

Browse files
author
Piotr Stachaczynski
committed
f: agnet disc cleanup
1 parent 0bd3000 commit 8bef44c

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/build-and-publish-inferpage.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Free disk space
16+
run: |
17+
sudo rm -rf /usr/share/dotnet
18+
sudo rm -rf /usr/local/lib/android
19+
sudo rm -rf /opt/ghc
20+
sudo rm -rf /opt/hostedtoolcache/CodeQL
21+
sudo rm -rf /usr/local/share/boost
22+
df -h
23+
1524
- name: Setup .NET
1625
uses: actions/setup-dotnet@v4
1726
with:

.github/workflows/publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
1717

18+
- name: Free disk space
19+
run: |
20+
sudo rm -rf /usr/share/dotnet
21+
sudo rm -rf /usr/local/lib/android
22+
sudo rm -rf /opt/ghc
23+
sudo rm -rf /opt/hostedtoolcache/CodeQL
24+
sudo rm -rf /usr/local/share/boost
25+
df -h
26+
1827
- name: Setup .NET
1928
uses: actions/setup-dotnet@v3
2029
with:

0 commit comments

Comments
 (0)