Skip to content

Commit

Permalink
gha: try to fix mac wf
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Nov 20, 2024
1 parent e396a2a commit 45dca07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

Expand All @@ -55,4 +55,7 @@ jobs:
with:
upload-snapshots: true
check-dir: '"check"'
env:
TAN_GH_TOKEN: ${{ secrets.TAN_GH_TOKEN }}
GITHUB_PAT: ${{ secrets.TAN_GH_TOKEN }}

0 comments on commit 45dca07

Please sign in to comment.