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

chore: support long file names when cloning repositories related to Test262 #4389

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
os: [windows-latest, ubuntu-latest]

steps:
- name: Support longpaths
run: git config --system core.longpaths true
Comment on lines +148 to +149
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down