Skip to content

Commit

Permalink
no windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbet committed Oct 2, 2024
1 parent 99462f1 commit d133c6a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/r-lib-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest]

steps:
- name: Checkout repository
Expand All @@ -28,19 +28,15 @@ jobs:

- name: Install LaTeX packages
run: |
if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then
tlmgr install \
parskip \
geometry \
koma-script \
sectsty \
titlesec \
natbib \
lastpage \
hyperref
elif [[ "$RUNNER_OS" == "Windows" ]]; then
tlmgr install parskip geometry koma-script sectsty titlesec natbib lastpage hyperref
fi
tlmgr install \
parskip \
geometry \
koma-script \
sectsty \
titlesec \
natbib \
lastpage \
hyperref
- name: Set up R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit d133c6a

Please sign in to comment.