Skip to content

Commit

Permalink
Replace hardcoded OSGeo4W installed root
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 24, 2024
1 parent 85cea88 commit f590288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ jobs:
continue-on-error: true

- name: Test executing of the grass command
run: .github/workflows/test_simple.bat 'C:\OSGeo4W\bin\grass85.bat'
run: .github/workflows/test_simple.bat '${{ env.O4WROOT }}\bin\grass85.bat'
env:
O4WROOT: ${{ steps.osgeo4w.outputs.root }}

- name: Test executing of the grass command in bash
shell: msys2 {0}
Expand Down

0 comments on commit f590288

Please sign in to comment.