Skip to content

Commit 9664db3

Browse files
authored
Update vthreads.yml
1 parent 2367e05 commit 9664db3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/vthreads.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ jobs:
5252
uses: actions/checkout@v4
5353
with:
5454
ref: ${{ github.event.inputs.asyncRef }}
55+
- name: Set up Java
56+
uses: actions/setup-java@v4
57+
with:
58+
java-version: ${{ matrix.java-version }}
59+
distribution: 'temurin'
60+
cache: 'maven'
61+
- name: Compile tests
62+
run: clj -T:build ${{ matrix.compile-mode }}

0 commit comments

Comments
 (0)