Skip to content

Commit

Permalink
fix headless QGIS install for GHA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jun 17, 2024
1 parent 9394c05 commit 2df41f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install QGIS
run: sudo apt-get install qgis
run: |
sudo apt-get install qgis
export QT_QPA_PLATFORM=offscreen
- uses: julia-actions/setup-julia@v2
with:
version: '1'
Expand Down

0 comments on commit 2df41f4

Please sign in to comment.