Skip to content

Commit 26f22e7

Browse files
committed
GHA rhub workflow: set bash shell explicitly for options(repos)
1 parent c1b3791 commit 26f22e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rhub.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
run: |
9090
# Add additional r-universe repository
9191
echo 'options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))' >> ~/.Rprofile
92+
shell: bash
9293
- uses: r-hub/actions/platform-info@v1
9394
with:
9495
token: ${{ secrets.RHUB_TOKEN }}

0 commit comments

Comments
 (0)