Skip to content

Commit d24443c

Browse files
Remove spatial.
1 parent 8121c7c commit d24443c

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,11 @@ jobs:
2727
with:
2828
dotnet-version: 9.0.x
2929

30-
- name: Install SQLite and SpatiaLite
31-
run: |
32-
sudo apt-get update
33-
sudo apt-get install -y sqlite3 libsqlite3-mod-spatialite
34-
3530
- name: Restore dependencies
3631
run: dotnet restore
3732

3833
- name: Build
3934
run: dotnet build --no-restore
40-
35+
4136
- name: Test
4237
run: dotnet test --no-build --verbosity normal

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
with:
3636
dotnet-version: 9.0.x
3737

38-
- name: Install SQLite and SpatiaLite
39-
run: |
40-
sudo apt-get update
41-
sudo apt-get install -y sqlite3 libsqlite3-mod-spatialite
42-
4338
- name: Restore dependencies
4439
run: dotnet restore
4540

0 commit comments

Comments
 (0)