Skip to content

Commit f8be28c

Browse files
committed
Print Sys.info() and .Platform to double check
1 parent 8ae2781 commit f8be28c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Setup
2929
uses: eddelbuettel/github-actions/r-ci@master
3030

31+
- name: Sys.info
32+
run: Rscript -e 'print(Sys.info()); print(.Platform)'
33+
3134
- name: Dependencies
3235
run: ./run.sh install_deps
3336

0 commit comments

Comments
 (0)