Skip to content

Commit de661aa

Browse files
committed
guess a fix for a github action pblm
1 parent e196b11 commit de661aa

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/R-CMD-check.yaml

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fda
2-
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
2+
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
33
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
44
on:
55
push:
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
config:
22-
- {os: macOS-latest, r: 'release'}
22+
- {os: macos-latest, r: 'release'}
2323
- {os: windows-latest, r: 'release'}
2424
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2525
- {os: ubuntu-latest, r: 'release'}
@@ -32,11 +32,6 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434

35-
- uses: r-lib/actions/setup-tinytex@v2
36-
37-
- name: Install additional LaTeX packages
38-
run: |
39-
tlmgr install fancyhdr pslatex grfext pgf palatino courier mathpazo
4035
- uses: r-lib/actions/setup-pandoc@v2
4136

4237
- uses: r-lib/actions/setup-r@v2
@@ -48,8 +43,8 @@ jobs:
4843
- uses: r-lib/actions/setup-r-dependencies@v2
4944
with:
5045
extra-packages: any::rcmdcheck
51-
needs: check
46+
needs: check
5247

5348
- uses: r-lib/actions/check-r-package@v2
54-
with:
55-
upload-snapshots: true
49+
with:
50+
upload-snapshots: true

0 commit comments

Comments
 (0)