Skip to content

Commit 1c6cf70

Browse files
committed
ci: issues with last build which may be linked to use of java 17 rather than java 8. Tweaked workflow to explicitly add java to asdf management in attempt to resolve
1 parent 48279cc commit 1c6cf70

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci_testing.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,16 @@ jobs:
2525
run: |
2626
asdf plugin add python
2727
asdf install python 3.7.17
28+
29+
- name: Install java
30+
run: |
31+
asdf plugin add java
32+
asdf install java liberica-1.8.0
2833
29-
- name: Install Python, Poetry and Java
30-
uses: asdf-vm/actions/install@v4
34+
- name: Install poetry
35+
run: |
36+
asdf plugin add poetry
37+
asdf install poetry 1.4.2
3138
3239
- name: Cache Poetry virtualenv
3340
uses: actions/cache@v4

0 commit comments

Comments
 (0)