File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 33
33
changelog : ${{ steps.properties.outputs.changelog }}
34
34
steps :
35
35
36
- # Free GitHub Actions Environment Disk Space
37
- - name : Maximize Build Space
38
- uses : jlumbroso/free-disk-space@main
39
- with :
40
- tool-cache : false
41
- large-packages : false
36
+
42
37
43
38
# Check out current repository
44
39
- name : Fetch Sources
87
82
name : tests-result
88
83
path : ${{ github.workspace }}/build/reports/tests
89
84
85
+ # Free GitHub Actions Environment Disk Space
86
+ - name : Maximize Build Space
87
+
88
+ with :
89
+ tool-cache : false
90
+ large-packages : false
91
+
92
+ - name : Clean up disk space
93
+ run : |
94
+ sudo rm -rf /usr/share/dotnet
95
+ sudo rm -rf /usr/local/lib/android
96
+ sudo rm -rf /opt/ghc
97
+
90
98
# Cache Plugin Verifier IDEs
91
99
- name : Setup Plugin Verifier IDEs Cache
92
100
uses : actions/cache@v3
Original file line number Diff line number Diff line change 3
3
pluginGroup = edu.berkeley.cs61b.plugin
4
4
pluginName = CS 61B
5
5
# SemVer format -> https://semver.org
6
- pluginVersion = 2.0.16
6
+ pluginVersion = 2.0.15
7
7
8
8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
pluginSinceBuild = 213
You can’t perform that action at this time.
0 commit comments