Explorar o código

.github/workflows/osgeo4w.yml: bump GRASS GIS executable version to 8.1 (#2083)

Tomas Zigo %!s(int64=3) %!d(string=hai) anos
pai
achega
2194c7da97
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/osgeo4w.yml

+ 2 - 2
.github/workflows/osgeo4w.yml

@@ -36,10 +36,10 @@ jobs:
         run: C:\msys64\usr\bin\bash.exe -l (''+(Get-Location)+'\.github\workflows\build_osgeo4w.sh') (Get-Location)
 
       - name: Test executing of the grass command
-        run: .github/workflows/test_simple.bat 'C:\OSGeo4W\opt\grass\grass80.bat'
+        run: .github/workflows/test_simple.bat 'C:\OSGeo4W\opt\grass\grass81.bat'
 
       - name: Test executing of the grass command in bash
         run: C:\msys64\usr\bin\bash.exe .github/workflows/test_simple.sh
 
       - name: Run tests
-        run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass80.bat' 'C:\OSGeo4W\bin\python3'
+        run: .github/workflows/test_thorough.bat 'C:\OSGeo4W\opt\grass\grass81.bat' 'C:\OSGeo4W\bin\python3'