Skip to content

Commit

Permalink
Debug: print PATH on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Dec 10, 2019
1 parent 2cf33a0 commit 795e45b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -36,6 +36,10 @@ jobs:
echo ::add-path::$HOME/.cargo/bin
if: runner.os == 'macOS'

- name: Echo PATH
run: echo %PATH%
if: runner.os == 'Windows'

- name: Set Rustup profile to minimal
run: rustup set profile minimal

Expand Down

0 comments on commit 795e45b

Please sign in to comment.