Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Jun 27, 2023
1 parent 3fb3d2b commit 5a34502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install QGIS
run: |
sudo wget -O /etc/apt/keyrings/qgis-archive-keyring.gpg https://download.qgis.org/downloads/qgis-archive-keyring.gpg
sudo add-apt-repository "deb https://qgis.org/ubuntu `lsb_release -c -s` main"
sudo echo "deb [signed-by=/etc/apt/keyrings/qgis-archive-keyring.gpg] https://qgis.org/ubuntu `lsb_release -c -s` main" > /etc/apt/sources.list.d/qgis.list
sudo apt-get update
sudo apt-get install -y qgis qgis-plugin-grass
Expand Down

0 comments on commit 5a34502

Please sign in to comment.