From f85e8883b46f8e180a7b0e0a5d4871a03e5f864a Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 27 Sep 2023 00:48:24 +0200 Subject: [PATCH] Trying to make windows ci pass. --- cmake/FindCoreCLR.cmake | 2 -- tools/metacall-environment.ps1 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake/FindCoreCLR.cmake b/cmake/FindCoreCLR.cmake index 62bda548c..d414a6e02 100644 --- a/cmake/FindCoreCLR.cmake +++ b/cmake/FindCoreCLR.cmake @@ -24,8 +24,6 @@ # CORECLR_LIBRARIES - List of CoreCLR libraries # CORECLR_CGINFO - List of CoreCLR libraries - - # Prevent vervosity if already included if(CORECLR_FOUND) set(CORECLR_FIND_QUIETLY TRUE) diff --git a/tools/metacall-environment.ps1 b/tools/metacall-environment.ps1 index 1ecb001a5..67c1c366a 100755 --- a/tools/metacall-environment.ps1 +++ b/tools/metacall-environment.ps1 @@ -197,7 +197,7 @@ function Set-Curl { if (!(Test-Path -Path "$DepsDir\curl.zip")) { # Download installer Write-Output "Curl not found downloading now..." - (New-Object Net.WebClient).DownloadFile("https://curl.se/windows/dl-8.1.2_3/curl-8.1.2_3-win64-mingw.zip", "$DepsDir\curl.zip") + (New-Object Net.WebClient).DownloadFile("https://curl.se/windows/dl-8.3.0_2/curl-8.3.0_2-win64-mingw.zip", "$DepsDir\curl.zip") } Set-Location $DepsDir