We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a0e8 commit dd1c1f3Copy full SHA for dd1c1f3
.github/workflows/build-linux.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
if [[ 'minimal,default,maximal' =~ ${{ matrix.option }} ]]
19
then
20
- sudo add-apt-repository -y ppa:ubuntugis/ppa
+ sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
21
sudo apt-get update -y
22
sudo apt-get upgrade -y
23
sudo apt-get install -y libcurl4-openssl-dev apache2-dev
0 commit comments