Skip to content

Commit 72e1b2c

Browse files
committed
Test git action
1 parent b011c19 commit 72e1b2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ jobs:
2727
# restore-keys: |
2828
# ${{ runner.os }}-go-
2929

30-
- name: Check Java version
31-
run: java -version
32-
33-
- name: Set up Java 8
34-
run: sudo update-alternatives --config java
30+
- name: Set Java 8
31+
run: |
32+
sudo update-alternatives --set java /usr/lib/jvm/temurin-8-jdk-amd64/bin/java
33+
java -version
3534
3635
- name: Set up Python 3.8
3736
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)