mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: setup java
This commit is contained in:
parent
349794dce4
commit
e7099c45a1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -25,6 +25,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ./scripts/vendor.sh
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: "17"
|
||||
distribution: "temurin"
|
||||
- uses: android-actions/setup-android@v3
|
||||
- run: |
|
||||
sdkmanager --install "ndk;27.0.12077973"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue