Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
Debugging for windows error
  • Loading branch information
amandazimmey authored Jan 3, 2025
1 parent 0a71a82 commit 0872d31
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Install system dependencies (macOS)
if: matrix.config.os == 'macOS-latest'
run: |
brew reinstall pkgconf
brew install pandoc
- name: Install Pandoc for Windows
Expand Down Expand Up @@ -103,7 +102,11 @@ jobs:
PKG_TAR=$(ls *.tar.gz)
R CMD check "$PKG_TAR" --no-manual --as-cran
- name: Debug Build Output (Windows)
if: matrix.config.os == 'windows-latest'
shell: cmd
run: |
dir /b *.tar.gz || echo "No .tar.gz file found after build"
- name: Check the package (Windows)
if: matrix.config.os == 'windows-latest'
Expand Down

0 comments on commit 0872d31

Please sign in to comment.