Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyhanson committed Sep 23, 2024
1 parent cafa775 commit f821db7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/R-CMD-check-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'devel'}
- {os: ubuntu-22.04, r: 'release'}
- {os: ubuntu-22.04, r: 'devel'}

env:
_R_REMOTES_NO_ERRORS_FROM_WARNINGS_: true
Expand Down Expand Up @@ -57,8 +57,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get -y install \
libnlopt-dev coinor-libsymphony-dev \
libudunits2-dev libgdal-dev libgeos-dev libproj-dev
libnlopt-dev coinor-libsymphony-dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit f821db7

Please sign in to comment.