Skip to content

Commit

Permalink
Update targets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Mar 8, 2024
1 parent 14bf25b commit cd55590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: targets
jobs:
docker:
runs-on: ubuntu-latest
container: rocker/geospatial:dev-osgeo
container: rocker/geospatial
steps:
- uses: actions/checkout@v3
- name: system deps
Expand All @@ -23,7 +23,7 @@ jobs:
# cache-version: 3

- name: install R packages
run: install2.r minioclient here glue rstac
run: install2.r minioclient here glue rstac gdalcubes

- name: build targets
shell: Rscript {0}
Expand Down

0 comments on commit cd55590

Please sign in to comment.