Skip to content

Commit

Permalink
mixed lines in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jul 16, 2023
1 parent 79de58d commit 93f8e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
brew install xquartz
- uses: r-lib/actions/setup-r-depencies@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
Expand All @@ -60,7 +60,7 @@ jobs:
sudo apt-get update
sudo apt-get -y install ghostscript
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
Expand Down

0 comments on commit 93f8e1f

Please sign in to comment.