Skip to content

Commit

Permalink
use bash to add windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax authored Aug 25, 2023
1 parent 93bc937 commit 8950593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Tell windows about miniconda
if: runner.os == 'Windows'
run: Add-Content $env:PATH "C:\Miniconda"
shell: bash
run: |
echo "C:\Miniconda" >> $GITHUB_PATH
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 8950593

Please sign in to comment.