From 9d0560af9c3a083ffef26c5db22a303401d3ba28 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Wed, 19 Oct 2022 11:59:11 +0800 Subject: [PATCH] [workflow] handled the git directory ownership error (#1741) --- .github/workflows/release_bdist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_bdist.yml b/.github/workflows/release_bdist.yml index 7d5f9e731..aeac3e327 100644 --- a/.github/workflows/release_bdist.yml +++ b/.github/workflows/release_bdist.yml @@ -65,6 +65,7 @@ jobs: run: | cp -r ./.github/workflows/scripts/* ./ ln -s /github/home/pip_wheels ./pip_wheels + git config --global --add safe.directory /__w/ColossalAI/ColossalAI git checkout $git_ref wget https://github.com/NVIDIA/cub/archive/refs/tags/1.8.0.zip unzip 1.8.0.zip