We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb35165 commit 261e0e9Copy full SHA for 261e0e9
.github/workflows/apt.txt
@@ -9,6 +9,7 @@ libgl1-mesa-dev
9
libglu1-mesa-dev
10
libnetcdf-dev
11
liblapacke-dev
12
+libpdal-dev
13
libpng-dev
14
libproj-dev
15
libreadline-dev
.github/workflows/ci.yml
@@ -60,6 +60,8 @@ jobs:
60
run: |
61
sudo apt-get update -y
62
sudo apt-get install -y wget git gawk findutils
63
+ LC_ALL=C.UTF-8 sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
64
+ sudo apt-get update -y
65
xargs -a <(awk '! /^ *(#|$)/' "grass-addons/.github/workflows/apt.txt") -r -- \
66
sudo apt-get install -y --no-install-recommends --no-install-suggests
67
0 commit comments