Skip to content

Commit 181a6cf

Browse files
committed
ci: fix workflow typo
1 parent 08fcf87 commit 181a6cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ jobs:
8484
with:
8585
r-version: '3.5.3'
8686
- uses: r-lib/actions/setup-r-dependencies@v2
87-
extra-packages: |
88-
any::pins
87+
with:
88+
extra-packages: |
89+
any::pins
8990
9091
#- name: Install R dependencies
9192
# run: "install.packages('pins')"

0 commit comments

Comments
 (0)