Skip to content

Commit

Permalink
ci: check fix git not fetching via https
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent 5f7bec7 commit 27de89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
git config --global url."https://github.com/".insteadOf [email protected]:
- name: Clear Yarn cache
run: yarn cache clean
- uses: actions/setup-node@v3
with:
node-version: "21"
Expand Down

0 comments on commit 27de89f

Please sign in to comment.