Skip to content

Commit

Permalink
ci: Try SO suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed May 24, 2024
1 parent d259341 commit 8fb6eff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
git config --global init.defaultBranch main
git config --global user.email "[email protected]"
git config --global user.name "Timothée Mazzucotelli"
# https://stackoverflow.com/a/69979203/3451029
git config --unset-all http.https://github.com/.extraheader
- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8fb6eff

Please sign in to comment.