Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Dec 3, 2024
1 parent 021edd8 commit 6897e1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
if: ${{ matrix.config.os == 'ubuntu-latest' }}
run: |
sudo apt-get install -y xclip
# Initialize xclip
uptime | xclip -i -sel p -f | xclip -i -sel c
xclip -o -sel clipboard
env:
DISPLAY: ':99.0'

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

Expand All @@ -54,3 +59,7 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
env:
ALLOW_CLIP: true
CLIP_TYPE: xclip
DISPLAY: ':99.0'

0 comments on commit 6897e1e

Please sign in to comment.