Skip to content

Commit

Permalink
cronjob correction of error
Browse files Browse the repository at this point in the history
  • Loading branch information
ake123 committed May 8, 2024
1 parent 0affeba commit de02c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Packages_cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up R
uses: r-lib/actions/setup-r@v1
uses: r-lib/actions/setup-r@v2

- name: Install R dependencies
run: Rscript -e 'install.packages("stringi")' # Install any packages your script needs
Expand Down

0 comments on commit de02c8c

Please sign in to comment.