Skip to content

Commit ce5c8cc

Browse files
committed
Another attempt
1 parent 5862efc commit ce5c8cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
uses: actions/checkout@v4
2929
- name: Setup R
3030
uses: r-lib/actions/setup-r@v2
31+
uses: r-lib/actions/setup-r-dependencies@v2
32+
with:
33+
extra-packages: |
34+
any:::knitr
35+
any:::rmarkdown
36+
any:::leaflet
3137
# - name: Setup Node
3238
# uses: actions/setup-node@v4
3339
# with:

0 commit comments

Comments
 (0)