Skip to content

Commit

Permalink
separate workflow item for windows miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 25, 2023
1 parent 790f317 commit 93bc937
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"))')
- name: Tell windows about miniconda
if: runner.os == 'Windows'
run: Add-Content $env:PATH "C:\Miniconda"

Expand Down

0 comments on commit 93bc937

Please sign in to comment.