Skip to content

Commit a666390

Browse files
authored
1 parent 3433e51 commit a666390

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/experiment.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
# python -m pip install pysqlite3-binary
2424
# pip install datasette
2525
- 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
2727
- name: Unpack the archive
2828
run: 7z.exe x spatialite.7z
2929
- name: Show all files
3030
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"
3233
Get-ChildItem -Path $folderPath -Recurse | ForEach-Object { $_.FullName }
3334
- name: Show path
3435
run: echo $PWD\spatialite-loadable-modules-5.0.0-win-amd64

0 commit comments

Comments
 (0)