Skip to content

Commit

Permalink
debug release
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 3, 2024
1 parent 10e65ec commit 232a8ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
config:
- {os: macOS-latest, r: 'devel', http-user-agent: 'release'}
- {os: macOS-latest, r: 'release', http-user-agent: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -24,11 +24,11 @@ jobs:

- uses: actions/checkout@HEAD

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

- 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 232a8ee

Please sign in to comment.