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 c51dc31 commit e815079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stats-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
jobs:
build:
permissions: write-all
runs-on: macos-latest
runs-on: ubuntu-latest
steps:

- name: install gdal
run: brew update && brew install gdal --force --overwrite
run: sudo apt-get update update && sudo apt-get install -y gdal-bin=3.6.4

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

0 comments on commit e815079

Please sign in to comment.