Skip to content

Commit

Permalink
Specify the bash shell (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Dec 22, 2020
1 parent 47579d9 commit 6b62023
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- name: Fix path for Windows caching
if: runner.os == 'Windows'
run: echo "C:/Program Files/Git/usr/bin" >> $GITHUB_PATH

- name: Install renv
shell: bash
run: R CMD INSTALL --preclean .
Expand Down Expand Up @@ -134,6 +130,10 @@ jobs:
if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r-${{ matrix.config.r }}-results
name: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-results
path: check

- name: Fix path for Windows caching
if: runner.os == 'Windows'
shell: bash
run: echo "C:/Program Files/Git/usr/bin" >> $GITHUB_PATH

0 comments on commit 6b62023

Please sign in to comment.