Skip to content

correct windows25 github-actions-runners-updates.yml #11

correct windows25 github-actions-runners-updates.yml

correct windows25 github-actions-runners-updates.yml #11

name: Release
on:
push:
workflow_dispatch:
jobs:
get-macos-info:
runs-on: macos-latest
steps:
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: get macos runner info
run: |
getwd()
Sys.info()
newdir <- tempdir()
newdir
temp_path <- file.path(tempdir(), "test_ss3_exe")
temp_path
shell: Rscript {0}