Skip to content

Commit 090803e

Browse files
committed
please
1 parent c550be9 commit 090803e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle-wrapper.properties') }}
3434
restore-keys: |
3535
${{ runner.os }}-gradle-
36+
- name: Install Cross
37+
run: cargo install cross --git https://github.com/cross-rs/cross
3638
- name: Build and publish artifacts
37-
run: ./gradlew publish --debug --stacktrace
39+
run: ./gradlew publish --info --stacktrace
3840
env:
3941
MAVEN_USER: ${{ secrets.MAVEN_USER }}
4042
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)