Skip to content

Commit

Permalink
Update test_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed Sep 21, 2023
1 parent 687e1b6 commit 4f501de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
shell: pwsh
run: |
./installers/install.ps1
Write-Debug "printing env"
env
Write-Debug "grabbing last part of path"
Get-ChildItem Env:\Path | Select-Object *
if: contains(matrix.os, 'windows')
- run: env
shell: pwsh
Expand Down

0 comments on commit 4f501de

Please sign in to comment.