Skip to content

Commit

Permalink
Trying to make windows ci pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 26, 2023
1 parent 99595bd commit f85e888
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/FindCoreCLR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tools/metacall-environment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f85e888

Please sign in to comment.