Skip to content

Close #258. No longer need httpgd hack #21

Close #258. No longer need httpgd hack

Close #258. No longer need httpgd hack #21

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [shinyverse_remotes]
# pull_request:
# branches: [main, master]
name: Install Debug
jobs:
debug:
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
strategy:
fail-fast: false
matrix:
config:
- { os: ubuntu-latest, r: "3.5" }
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: url::https://cran.r-project.org/src/contrib/Archive/cli/cli_3.1.0.tar.gz, any::sessioninfo
cache-version: "13"