Skip to content

Commit

Permalink
feat(GH Actions): Specify R version(keep back)
Browse files Browse the repository at this point in the history
  • Loading branch information
YONGHUNI committed Nov 14, 2024
1 parent f20e9b2 commit 7c37510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.1'
Ncpus: '4'

- name: Install R dependency
Expand Down Expand Up @@ -103,4 +104,4 @@ jobs:
path: |
/home/runner/.cache/shinylive
key: ${{ steps.cache-shinylive-restore.outputs.cache-primary-key }}


0 comments on commit 7c37510

Please sign in to comment.