Skip to content

Commit

Permalink
Update stats-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pottekkat authored Nov 23, 2024
1 parent e23a1f8 commit 53612d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stats-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
steps:

- name: install gdal
run: sudo apt-get update && sudo apt-get install -y libpq-dev gdal-bin libgdal-dev
run: sudo apt-get update && sudo apt-get install -y libpq-dev gdal-bin libgdal-dev && ogrinfo --version

- name: set env variables
run: export CPLUS_INCLUDE_PATH=/usr/include/gdal && export C_INCLUDE_PATH=/usr/include/gdal

- name: get current date and time
run: echo "RUN=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
Expand Down

0 comments on commit 53612d1

Please sign in to comment.