mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-12-12 21:30:38 +05:30
Update workflow to properly build.
This commit is contained in:
parent
b594d71860
commit
16c1e705db
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -14,7 +14,12 @@ jobs:
|
||||
java: [ 21 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: |
|
||||
reqwest-jni
|
||||
- run: cargo install cross
|
||||
- name: set up JDK ${{ matrix.java }}
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user