Skip to content

Commit

Permalink
Try to shorten PATH on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Sep 14, 2023
1 parent 51fe94c commit f0e96bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "master" ]

env:
PATH: "/usr/bin:/c/Users/runneradmin/bin:/c/aliyun-cli:/c/tools/zstd:/c/Program Files/Mercurial:/c/hostedtoolcache/windows/stack/2.11.1/x64:/c/cabal/bin:/c/ghcup/bin:/c/Program Files/dotnet:/c/mysql/bin:/c/Program Files/R/R-4.3.1/bin/x64:/c/SeleniumWebDrivers/GeckoDriver:/c/Program Files (x86)/sbt/bin:/c/Program Files (x86)/GitHub CLI:/bin:/c/Program Files (x86)/pipx_bin:/c/npm/prefix:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Program Files/PowerShell/7:/c/Strawberry/c/bin:/c/Strawberry/perl/site/bin:/c/Strawberry/perl/bin:/usr/bin:/c/Program Files/GitHub CLI"

jobs:
WindowsCondaBuild:
name: WindowsCondaBuild
Expand Down Expand Up @@ -56,3 +59,4 @@ jobs:
with:
name: polyview_windows_conda_build
path: "C:/Miniconda3/envs/buildenv/conda-bld/win-64"

0 comments on commit f0e96bf

Please sign in to comment.