Skip to content

Commit 5cd3f31

Browse files
committed
feat: address comments
1 parent ba2bad3 commit 5cd3f31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
ide-version:
5454
- 'ideaIC:2023.3'
5555
- 'ideaIC:2024.3'
56-
- 'ideaIC:2025.3'
57-
- 'ideaIU:2025.3'
56+
- 'ideaIU:2023.3'
57+
- 'ideaIU:2024.3'
58+
- 'intellijIdea:2025.3' # 2025.3+ uses unified distribution
5859
steps:
5960
- name: Check out repository
6061
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -78,7 +79,8 @@ jobs:
7879
sudo rm -rf /usr/share/dotnet
7980
sudo rm -rf /opt/ghc
8081
sudo rm -rf /usr/local/share/boost
81-
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
82+
sudo rm -rf /usr/local/lib/android
83+
sudo rm -rf "$RUNNER_TOOL_CACHE"
8284
echo "Disk space after cleanup:"
8385
df -h
8486

0 commit comments

Comments
 (0)