Skip to content

Commit

Permalink
merged validate-submittion.yaml which includes 'Cache R packages' sec…
Browse files Browse the repository at this point in the history
…tion from test-site
  • Loading branch information
kjsato committed Mar 6, 2024
1 parent 7c76de8 commit 987fc43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libv8-dev
- name: Cache R packages
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-r-${{ hashFiles('DESCRIPTION') }}
restore-keys: ${{ runner.os }}-r-
- name: Install HubValidations
run: |
install.packages("remotes")
Expand Down

0 comments on commit 987fc43

Please sign in to comment.