mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 07:50:37 +01:00
ci/windows: Strip misleading release/15.x
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37210>
This commit is contained in:
parent
5dc8468014
commit
cf3edbbf2c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ if (!$buildstatus) {
|
|||
}
|
||||
|
||||
Get-Date
|
||||
Write-Host "Cloning LLVM release/15.x"
|
||||
Write-Host "Cloning LLVM"
|
||||
git clone -b llvmorg-19.1.6 --depth=1 https://github.com/llvm/llvm-project deps/llvm-project
|
||||
if (!$?) {
|
||||
Write-Host "Failed to clone LLVM repository"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue