Skip to content

Commit

Permalink
Improved GitHub Actions CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jul 21, 2024
1 parent 6e5ec7d commit 7b15479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
config:
- { os: macos-latest, r: 'release' }
- { os: windows-latest, r: 'release' }
- { os: ubuntu-latest, r: 'devel', http-user-agent: 'release' }
- { os: ubuntu-latest, r: 'release' }
- { os: ubuntu-latest, r: 'oldrel-1' }
- { os: ubuntu-latest, r: 'oldrel-2' }

env:
R_COMPILE_AND_INSTALL_PACKAGES: never
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down

0 comments on commit 7b15479

Please sign in to comment.