Skip to content

Commit fc0c2cf

Browse files
authored
Update ci.yml
fix jaba + python
1 parent 1a7522b commit fc0c2cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
os: ubuntu-latest
5555
- build: php-8.3
5656
os: ubuntu-latest
57-
- build: python-3.11
57+
- build: python-3.11.13
5858
os: ubuntu-latest
59-
- build: python-3.12
59+
- build: python-3.12.11
6060
os: ubuntu-latest
6161
- build: ruby-3.2
6262
os: ubuntu-latest
@@ -187,7 +187,7 @@ jobs:
187187

188188
- name: Configure java
189189
run: |
190-
sudo ./configure java
190+
sudo --preserve-env=JAVA_HOME ./configure java
191191
if: steps.metadata.outputs.module == 'java'
192192

193193
- name: Make java

0 commit comments

Comments
 (0)