Skip to content

try to fix mac build #10

try to fix mac build

try to fix mac build #10

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: "clang 19"
jobs:
check:
runs-on: ubuntu-latest
container:
image: ghcr.io/r-hub/containers/clang19:latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
R -q -e 'pak::pkg_install(c("deps::.", "any::rcmdcheck"), dependencies = TRUE)'
- uses: r-lib/actions/check-r-package@v2