Skip to content

Commit 9d5a16f

Browse files
committed
point to specific version
1 parent a9143c2 commit 9d5a16f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ jobs:
3333
changelog: ${{ steps.properties.outputs.changelog }}
3434
steps:
3535

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+
4237

4338
# Check out current repository
4439
- name: Fetch Sources
@@ -87,6 +82,19 @@ jobs:
8782
name: tests-result
8883
path: ${{ github.workspace }}/build/reports/tests
8984

85+
# Free GitHub Actions Environment Disk Space
86+
- name: Maximize Build Space
87+
uses: jlumbroso/[email protected]
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+
9098
# Cache Plugin Verifier IDEs
9199
- name: Setup Plugin Verifier IDEs Cache
92100
uses: actions/cache@v3

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup = edu.berkeley.cs61b.plugin
44
pluginName = CS 61B
55
# SemVer format -> https://semver.org
6-
pluginVersion = 2.0.16
6+
pluginVersion = 2.0.15
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 213

0 commit comments

Comments
 (0)