Skip to content

Commit c66d271

Browse files
committed
Fix github actions script
1 parent c90f0c8 commit c66d271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212

13-
- name: Set up JDK 17
13+
- name: Set up JDK 11
1414
uses: actions/setup-java@v3
1515
with:
1616
distribution: 'adopt'
17-
java-version: '17'
17+
java-version: '11'
1818

1919
- name: Prepare Cloudinary URL
2020
id: cloudinary

0 commit comments

Comments
 (0)