Skip to content

Commit

Permalink
Add GDAL jni path to LD_LIBRARY_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos.colic committed Oct 20, 2023
1 parent a50399b commit 093f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/scala_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
shell: bash
run: |
sudo apt update
sudo apt install heif-gdk-pixbuf libheif1 libogdi-dev
sudo apt install heif-gdk-pixbuf libheif1 libogdi-dev libarmadillo-dev
sudo mvn -q clean install
- name: Build the scala JAR - skip tests is true
if: inputs.skip_tests == 'true'
Expand Down

0 comments on commit 093f005

Please sign in to comment.