Skip to content

Commit 0ccb130

Browse files
committed
test 5
1 parent 928d03b commit 0ccb130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Test1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
container: quay.io/pypa/manylinux_2_28_x86_64
2020
env:
2121
GEN: ninja
22+
JAVA_HOME: /usr/lib/jvm/java-1.8.0-openjdk
2223

2324
steps:
2425
- uses: actions/checkout@v4
@@ -29,7 +30,7 @@ jobs:
2930
- name: Install packages
3031
shell: bash
3132
run: |
32-
dnf install java-11-openjdk-devel ninja-build -y
33+
dnf install java-1.8.0-openjdk-devel ninja-build -y
3334
3435
- name: Install CTS
3536
shell: bash

0 commit comments

Comments
 (0)