Skip to content

Commit 0f21a3d

Browse files
authored
Fix git clone for draft PR
1 parent ef71aad commit 0f21a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
}
131131
else
132132
{
133-
git clone --depth=1 -b release/${{ matrix.clang-runtime }}.x https://github.com/llvm/llvm-project.git
133+
git clone --depth=1 -b llvm-export-api-18.0 https://github.com/fsfod/llvm-project.git
134134
}
135135
136136
cd llvm-project

0 commit comments

Comments
 (0)