Skip to content

Commit

Permalink
[ci] Revive CI, wip #2
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Dec 18, 2024
1 parent 1c0e3a6 commit fc8be45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,8 @@ jobs:
steps:
- name: Workaround checkout Needed single revision issue
run: |
git config --system core.longpaths true
git config --global --unset-all url.http://git-cdn-github.botmaster.tgr/.insteadOf
git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD'
. .github/workflows/scripts/common-utils.ps1
UnsetGitCachingProxy
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,9 @@ jobs:
steps:
- name: Workaround checkout issues
run: |
. .github/workflows/scripts/common-utils.ps1
git config --global --unset-all url.http://git-cdn-github.botmaster.tgr/.insteadOf
git config --system core.longpaths true
git submodule foreach 'git rev-parse HEAD > /dev/null 2>&1 || rm -rf $PWD' # no '|| true' here
UnsetGitCachingProxy
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fc8be45

Please sign in to comment.