Skip to content

try to find macos library location #1

try to find macos library location

try to find macos library location #1

Workflow file for this run

name: look for R on macOS
on: [push]
jobs:
test:
run-on: macos-latest

Check failure on line 5 in .github/workflows/macos-r.yml

View workflow run for this annotation

GitHub Actions / look for R on macOS

Invalid workflow file

The workflow is not valid. .github/workflows/macos-r.yml (Line: 5, Col: 5): Unexpected value 'run-on' .github/workflows/macos-r.yml (Line: 5, Col: 5): Required property is missing: runs-on
steps:
- run: R RHOME
- run: ls $(R RHOME)