Skip to content

Commit 17db8c1

Browse files
committed
fix: reduce lib
Signed-off-by: zongz <[email protected]>
1 parent 24ea590 commit 17db8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
shell: bash
8585
working-directory: java
8686
run: |
87-
mvn clean package -DskipTests=true -Djni.classifier=${{ matrix.classifier }}
87+
mvn clean package -DskipTests=true -Djni.classifier=${{ matrix.classifier }} -Dcargo-build.profile=release
8888
8989
- name: 'Upload artifact'
9090
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)