Skip to content

Commit

Permalink
revert public rspm, matrix config cuz i'm fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Sep 28, 2023
1 parent 716a9b6 commit 600782d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ubuntu-latest
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
matrix:
config:
- {os: ubuntu-latest, r: '4.2'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
Expand All @@ -20,6 +28,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Setup renv
uses: r-lib/actions/setup-renv@v2
with:
Expand Down

0 comments on commit 600782d

Please sign in to comment.