We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2bad3 commit 5cd3f31Copy full SHA for 5cd3f31
.github/workflows/main.yaml
@@ -53,8 +53,9 @@ jobs:
53
ide-version:
54
- 'ideaIC:2023.3'
55
- 'ideaIC:2024.3'
56
- - 'ideaIC:2025.3'
57
- - 'ideaIU:2025.3'
+ - 'ideaIU:2023.3'
+ - 'ideaIU:2024.3'
58
+ - 'intellijIdea:2025.3' # 2025.3+ uses unified distribution
59
steps:
60
- name: Check out repository
61
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -78,7 +79,8 @@ jobs:
78
79
sudo rm -rf /usr/share/dotnet
80
sudo rm -rf /opt/ghc
81
sudo rm -rf /usr/local/share/boost
- sudo rm -rf "$AGENT_TOOLSDIRECTORY"
82
+ sudo rm -rf /usr/local/lib/android
83
+ sudo rm -rf "$RUNNER_TOOL_CACHE"
84
echo "Disk space after cleanup:"
85
df -h
86
0 commit comments