Skip to content

Commit

Permalink
tell windows where miniconda is
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 25, 2023
1 parent 40aff5b commit 790f317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
if: runner.os == 'Windows'
run: Add-Content $env:PATH "C:\Miniconda"

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 790f317

Please sign in to comment.