Skip to content

Commit

Permalink
update syntax of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuGil committed Mar 18, 2024
1 parent 66a8a6e commit 9c59bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workshop-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Setup R
- uses: actions/checkout@v4
uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{matrix.R}}
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt-get install libudunits2-dev -y
shell: bash
- name: Geospatial Packages
- uses: r-lib/actions/setup-r-dependencies@v2
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
extra-packages: |
Expand Down

0 comments on commit 9c59bbe

Please sign in to comment.