Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: suppress support longpaths steps in ubuntu-latest (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev authored Apr 19, 2023
1 parent 95f05ab commit af2cfbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ jobs:
os: [windows-latest, ubuntu-latest]

steps:
# ref: https://github.com/orgs/community/discussions/26952
- name: Support longpaths
if: matrix.os == 'windows-latest'
run: git config --system core.longpaths true
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit af2cfbe

Please sign in to comment.