Skip to content

Commit

Permalink
Sudo in apt x2
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Sep 8, 2023
1 parent a4f93f2 commit c982b19
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 @@ -38,7 +38,7 @@ jobs:
# Should mirror the build-venv stage in the Containerfile
- name: Build venv
run: |
sudo apt -qq update && apt -qq install -y build-essential libgeos-dev
sudo apt -qq update && sudo apt -qq install -y build-essential libgeos-dev
python -m venv ./venv
./venv/bin/pip install --upgrade -q pip wheel setuptools
if: steps.restore-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c982b19

Please sign in to comment.