Skip to content

Commit

Permalink
This is a PATH test. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
hgs3 committed Nov 1, 2024
1 parent 07785ea commit 9370bc3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:
- name: Install Dependencies
run: |
msiexec /i Audition-1.0.0.msi /quiet /norestart
echo "%localappdata%\Programs\Audition"
echo "%APPDATA%\Programs\Audition"
echo "---"
echo "%LOCALAPPDATA%\Programs\Audition"
echo "---"
echo "$(pwd)\AppData\Local\Programs\Audition"
echo "---"
echo "PATH=$(pwd)\AppData\Local\Programs\Audition;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Append
$env:PATH
echo "---"
[System.Environment]::GetEnvironmentVariable("Path", [System.EnvironmentVariableTarget]::Machine)
echo "---"
[System.Environment]::GetEnvironmentVariable("Path", [System.EnvironmentVariableTarget]::User)
- name: Run Tests
run: |
$env:PATH
Expand Down

0 comments on commit 9370bc3

Please sign in to comment.