Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try fix #7449
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
KumoLiu committed Feb 7, 2024
1 parent ff43028 commit 474c83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ jobs:
- name: docker_build
shell: bash
run: |
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
rm -rf /opt/hostedtoolcache
docker --version
# get tag info for versioning
cat _version.py

0 comments on commit 474c83a

Please sign in to comment.