File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ jobs:
23
23
# python -m pip install pysqlite3-binary
24
24
# pip install datasette
25
25
- name : Download mod_spatialite
26
- run : Invoke-WebRequest -outfile spatialite.7z https ://static.simonwillison.net/static/2024/spatialite-loadable-modules -5.0 .0-win-amd64 .7z
26
+ run : Invoke-WebRequest -outfile spatialite.7z http ://www.gaia-gis.it/gaia-sins/windows-bin-x86/mod_spatialite -5.1 .0-win-x86 .7z
27
27
- name : Unpack the archive
28
28
run : 7z.exe x spatialite.7z
29
29
- name : Show all files
30
30
run : |
31
- $folderPath = "$PWD\spatialite-loadable-modules-5.0.0-win-amd64"
31
+ # $folderPath = "$PWD\spatialite-loadable-modules-5.0.0-win-amd64"
32
+ $folderPath = "$PWD"
32
33
Get-ChildItem -Path $folderPath -Recurse | ForEach-Object { $_.FullName }
33
34
- name : Show path
34
35
run : echo $PWD\spatialite-loadable-modules-5.0.0-win-amd64
You can’t perform that action at this time.
0 commit comments