Skip to content

Commit 54a85cc

Browse files
committed
Revert "fix(libcurl): pin libcurl version"
This reverts commit e1ce654.
1 parent 3880f72 commit 54a85cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

phases/19-libcurl.bat

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ setlocal
33

44
set PROJECT=libcurl
55
set GITHUB_REPO=curl/curl
6-
set TAG=curl-8_14_0
76

87
:: get the latest release tag from GitHub
9-
:: cd %~dp0
10-
:: for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
11-
:: set TAG=%%i
12-
:: )
8+
cd %~dp0
9+
for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
10+
set TAG=%%i
11+
)
1312

1413
:: load environment and prepare project
1514
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1

0 commit comments

Comments
 (0)