Skip to content

Commit b011c19

Browse files
committed
Test git action
1 parent 039b768 commit b011c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Check Java version
3131
run: java -version
3232

33+
- name: Set up Java 8
34+
run: sudo update-alternatives --config java
35+
3336
- name: Set up Python 3.8
3437
uses: actions/setup-python@v5
3538
with:

0 commit comments

Comments
 (0)