Skip to content

Commit

Permalink
Try removing temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed May 1, 2024
1 parent a2602c4 commit bf13d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
df -h
ls -lah
- name: Cleanup temp directory
run: rm -rf /tmp/*

- name: Check R package
uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit bf13d5d

Please sign in to comment.