Skip to content

Commit

Permalink
Temporary workaround for github actions worktreeconfig issues (#1446)
Browse files Browse the repository at this point in the history
Temporary fix to get the docs CI to run again from
GitTools/actions#1115. Also see
jelmer/dulwich#1285.
  • Loading branch information
coruscating authored Apr 22, 2024
1 parent 3b039c5 commit 247327a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Temporary workaround for GitVersion
shell: bash
run: |
git config --unset-all extensions.worktreeconfig
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 247327a

Please sign in to comment.