Skip to content

Commit

Permalink
added sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jankovicgd committed Jan 25, 2023
1 parent a95dfda commit a9bccf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
apt-get install -y gdal-bin
sudo apt-get install -y gdal-bin
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a9bccf6

Please sign in to comment.