We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928d03b commit 0ccb130Copy full SHA for 0ccb130
1 file changed
.github/workflows/Test1.yml
@@ -19,6 +19,7 @@ jobs:
19
container: quay.io/pypa/manylinux_2_28_x86_64
20
env:
21
GEN: ninja
22
+ JAVA_HOME: /usr/lib/jvm/java-1.8.0-openjdk
23
24
steps:
25
- uses: actions/checkout@v4
@@ -29,7 +30,7 @@ jobs:
29
30
- name: Install packages
31
shell: bash
32
run: |
- dnf install java-11-openjdk-devel ninja-build -y
33
+ dnf install java-1.8.0-openjdk-devel ninja-build -y
34
35
- name: Install CTS
36
0 commit comments