Skip to content

Commit 3f441e4

Browse files
authored
ci: fix CI (#120)
1 parent 559a550 commit 3f441e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ jobs:
1717
continue-on-error: true
1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest, windows-latest]
20+
os: [ubuntu-latest]
2121

2222
steps:
2323
- name: Check out Git repository
2424
uses: actions/checkout@v2
2525

26+
- uses: actions/setup-java@v3
27+
with:
28+
distribution: temurin
29+
java-version: 17
30+
2631
- name: Install wasi-sdk
2732
shell: bash
2833
run: |

0 commit comments

Comments
 (0)