Skip to content

Commit

Permalink
Install gcc and heimdal-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Apr 10, 2024
1 parent 2caa289 commit 7544f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-no-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: Process viewcones
if: steps.check_kml_files.outputs.kml_exists == 'true'
run: |
sudo apt-get update
sudo apt-get install -y gcc heimdal-dev
sudo pip install arcgis turfpy lxml geojson
python3 imaginerio-etl/scripts/viewcones.py
Expand Down

0 comments on commit 7544f3e

Please sign in to comment.