Skip to content

Commit

Permalink
fix: revert kcl lang centos7 image version to 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Dec 19, 2024
1 parent acd790b commit f20de25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Run tests and package in CentOS 7 container
run: |
docker run --rm -v ${{ github.workspace }}/java:/work ghcr.io/kcl-lang/kcl-java-builder-centos7:0.1.1 bash -c "
docker run --rm -v ${{ github.workspace }}/java:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
cd /work &&
rustup default stable &&
mvn package -DskipTests=true -Dcargo-build.profile=release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kotlin-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- name: Run tests and package in CentOS 7 container
run: |
docker run --rm -v ${{ github.workspace }}/kotlin:/work ghcr.io/kcl-lang/kcl-java-builder-centos7:0.1.1 bash -c "
docker run --rm -v ${{ github.workspace }}/kotlin:/work kcllang/kcl-java-builder-centos7:0.1.0 bash -c "
cd /work &&
rustup default stable &&
mvn package -DskipTests=true -Dcargo-build.profile=release
Expand Down

0 comments on commit f20de25

Please sign in to comment.