Skip to content

Commit

Permalink
Failing test for #610
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 23, 2022
1 parent c5f9d0c commit 0c1a2a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
branches: [main, master, v2-branch]
pull_request:
branches: [main, master, v2-branch]
on:
workflow_dispatch:

name: R-CMD-check

Expand Down Expand Up @@ -51,6 +53,20 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true


- name: check gcc version
run: |
print(Sys.which("gcc"))
print(system("where.exe gcc"))
print(Sys.getenv("PATH"))
shell: Rscript {0}

- name: Test compilation on Windows
run: |
install.packages("remotes")
remotes::install_github("r-lib/testthat")
shell: Rscript {0}

- uses: ./setup-r-dependencies
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 0c1a2a6

Please sign in to comment.