Skip to content

Commit 3bf9051

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Run tests and package in CentOS 7 container
130130
run: |
131-
docker run --rm -v ${{ github.workspace }}:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
131+
docker run --rm -v ${{ github.workspace }}/java:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
132132
rustup default stable &&
133133
mvn package -DskipTests=true -Dcargo-build.profile=release
134134
"

0 commit comments

Comments
 (0)