Skip to content

Commit

Permalink
ci: Fix OSGeo4W workflow (OSGeo#1757)
Browse files Browse the repository at this point in the history
osgeo4w-setup-x86_64.exe executable was renamed osgeo4w-setup-x86_64-v1.exe
  • Loading branch information
agiudiceandrea committed Jul 24, 2021
1 parent b77880d commit 1f55886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install OSGeo4W
run: |
$exe = 'osgeo4w-setup-x86_64.exe'
$exe = 'osgeo4w-setup-x86_64-v1.exe'
$url = 'http://download.osgeo.org/osgeo4w/' + $exe
(New-Object System.Net.WebClient).DownloadFile($url, $exe)
Start-Process ('.\'+$exe) -ArgumentList '-A -g -k -q -s http://download.osgeo.org/x86_64 -P cairo,fftw,freetype-devel,gdal-ecw,gdal-mrsid,liblas-devel,libxdr,msys,pdcurses,python3-numpy,python3-pywin32,python3-wx,regex-devel,wxpython,zstd-devel' -Wait
Expand Down

0 comments on commit 1f55886

Please sign in to comment.