Skip to content

Commit

Permalink
try to use curl
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioettorre committed Nov 20, 2023
1 parent 4e558ca commit d96e059
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,25 @@ jobs:
platform: "x64-windows"
shell: cmd
run: |
REM set CPKG_INSTALLED
REM set BASE_INST_DIR="C:\tools\installed"
REM set PROJ_DIR=%BASE_INST_DIR%\proj-%PROJSOURCE:~0,5%
#git clone https://github.com/Microsoft/vcpkg.git
REM
vcpkg install sqlite3[core,tool]:"%platform%"
vcpkg install tiff:"%platform%"
vcpkg install curl:"%platform%"
cd %RUNNER_WORKSPACE%
dir C:\vcpkg
#set PATH=%VCPKG_INSTALLED%\bin;%PATH%
dir %VCPKG_INSTALLED%
set
set PATH=%VCPKG_INSTALLED%\bin;%PATH%
#dir %VCPKG_INSTALLED%\bin
cd %RUNNER_WORKSPACE%
#cd c:\tools
#curl -o "proj-%PROJSOURCE:~0,5%.zip" "https://download.osgeo.org/proj/proj-%PROJSOURCE%.zip"
#7z x -aoa -y "proj-%PROJSOURCE:~0,5%.zip"
#dir
dir C:\vcpkg\installed\bin
curl -o "proj-%PROJSOURCE:~0,5%.zip" "https://download.osgeo.org/proj/proj-%PROJSOURCE%.zip"
7z x -aoa -y "proj-%PROJSOURCE:~0,5%.zip"
dir
##
#cd "c:\tools\proj-%PROJSOURCE:~0,5%"
cd "%RUNNER_WORKSPACE%\proj-%PROJSOURCE:~0,5%"
#
## set BUILD_PROJ=1
#mkdir build
#cd build
Expand Down

0 comments on commit d96e059

Please sign in to comment.