We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae14d commit 8aa2750Copy full SHA for 8aa2750
.github/workflows/main.yml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Setup CI Environment
22
uses: yetanalytics/action-setup-env@v2
23
+ with:
24
+ java-version: '21'
25
26
- name: Run make target ${{ matrix.target }}
27
run: make ${{ matrix.target }}
0 commit comments