Skip to content

Commit

Permalink
fix gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisChau committed Mar 2, 2024
1 parent 7fbddd2 commit 1cfde0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RTOOLS43_HOME: C:\rtools43
RTOOLS43_HOME: 'C:\rtools43'

steps:
- name: Configure git
Expand Down

0 comments on commit 1cfde0e

Please sign in to comment.