Skip to content

Commit

Permalink
fix: dont modify windows PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Jan 17, 2024
1 parent 38865c1 commit f6d9486
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
if: runner.os != 'Windows'
run: echo "PATH=$HOME/bin:$PATH" >> $GITHUB_ENV

- name: Add Bit to PATH (Windows)
if: runner.os == 'Windows'
run: echo "C:\Users\runneradmin\bin\AppData\Local\.bvm" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
shell: pwsh

- name: Bit Install
run: bit install

Expand Down

0 comments on commit f6d9486

Please sign in to comment.