Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Nov 14, 2023
1 parent 292449f commit 4101f73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ jobs:
strategy:
matrix:
config:
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: windows-latest, r: 'devel', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: true

steps:

- name: Setup tmate session
uses: mxschmitt/action-tmate@HEAD

- uses: actions/checkout@HEAD

- uses: r-lib/actions/setup-pandoc@HEAD

- uses: r-lib/actions/setup-tinytex@HEAD
env:
TINYTEX_INSTALLER: TinyTeX
TINYTEX_VERSION: "2023.10"

- uses: r-lib/actions/setup-r@HEAD
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Setup tmate session
uses: mxschmitt/action-tmate@HEAD

0 comments on commit 4101f73

Please sign in to comment.