Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jun 17, 2024
1 parent 52a1a11 commit 816e22f
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,20 @@ jobs:
- uses: actions/checkout@v4
- name: Install QGIS
run: |
/etc/apt/sources.list.d/qgis.sources >> https://ubuntu.qgis.org/ubuntu/
sudo apt update
sudo apt install qgis python3-qgis qgis-plugin-grass
export QT_QPA_PLATFORM=offscreen
sudo apt install -y gnupg software-properties-common
sudo wget -O /etc/apt/keyrings/qgis-archive-keyring.gpg https://download.qgis.org/downloads/qgis-archive-keyring.gpg
sudo cat << EOF > /etc/apt/sources.list.d/qgis.sources
Types: deb deb-src
URIs: https://qgis.org/debian
Suites: bookworm
Architectures: amd64
Components: main
Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg
EOF
sudo apt update
sudo apt install -y qgis
qgis_process
- uses: julia-actions/setup-julia@v2
with:
version: '1'
Expand Down

0 comments on commit 816e22f

Please sign in to comment.