Skip to content

Commit 8c1db80

Browse files
committed
fix: fix wrong path in step 'build-centos7'
Signed-off-by: zongz <[email protected]>
1 parent 3bf9051 commit 8c1db80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/java-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
- name: Run tests and package in CentOS 7 container
130130
run: |
131131
docker run --rm -v ${{ github.workspace }}/java:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
132+
cd /work &&
132133
rustup default stable &&
133134
mvn package -DskipTests=true -Dcargo-build.profile=release
134135
"

0 commit comments

Comments
 (0)