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 04063b7 commit c51dc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stats-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: install gdal
run: brew install gdal --force --overwrite
run: brew update && brew install gdal --force --overwrite

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

0 comments on commit c51dc31

Please sign in to comment.