We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb9dd commit a96c075Copy full SHA for a96c075
.github/workflows/ci.yml
@@ -12,8 +12,6 @@ jobs:
12
java: [ 17 ]
13
steps:
14
- uses: actions/checkout@v5
15
- - name: Reclaim Disk Space
16
- run: .github/ci-prerequisites.sh
17
- name: Install JDK {{ matrix.java }}
18
# Uses sha for added security since tags can be updated
19
uses: actions/setup-java@v5
0 commit comments