Skip to content

check the differences among different OSes for the problem in https:/… #20

check the differences among different OSes for the problem in https:/…

check the differences among different OSes for the problem in https:/… #20

Workflow file for this run

on:
push:
branches: [main]
workflow_dispatch:
name: Debug
jobs:
debug:
runs-on: ${{ matrix.config.os }}
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
strategy:
matrix:
config:
- {os: ubuntu-latest, r: 'release', http-user-agent: 'release'}
- {os: macOS-latest, r: 'release', http-user-agent: 'release'}
- {os: windows-latest, r: 'release', http-user-agent: 'release'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: true
steps:
- uses: actions/checkout@HEAD
- uses: r-lib/actions/setup-r@HEAD
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
- run: |
Rscript n.R

Check failure on line 36 in .github/workflows/debug.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/debug.yaml

Invalid workflow file

You have an error in your yaml syntax on line 36