Skip to content

Commit

Permalink
add LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Jan 20, 2022
1 parent 74f7d49 commit d9ef19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
cd build
make test
- name: check gdal
run: GDAL_DRIVER_PATH=/usr/local/lib/gdalplugins gdal_translate --formats | grep KEA
run: LD_LIBRARY_PATH=/usr/local/lib GDAL_DRIVER_PATH=/usr/local/lib/gdalplugins gdal_translate --formats | grep KEA

0 comments on commit d9ef19f

Please sign in to comment.