Skip to content

Commit c2ae594

Browse files
committed
Revert "please"
This reverts commit 090803e.
1 parent 51ff43f commit c2ae594

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ 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
3836
- name: Build and publish artifacts
39-
run: ./gradlew publish --info --stacktrace
37+
run: ./gradlew publish --debug --stacktrace
4038
env:
4139
MAVEN_USER: ${{ secrets.MAVEN_USER }}
4240
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}

0 commit comments

Comments
 (0)