Skip to content

Commit

Permalink
This is a PATH test. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
hgs3 committed Nov 1, 2024
1 parent bd1d3f9 commit 2fc4f74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
- name: Install Dependencies
run: |
msiexec /i Audition-1.0.0.msi /quiet /norestart INSTALLDIR="$(pwd)/Audition"
echo "PATH=$env:PATH;$(pwd)/Audition"
echo "PATH=$env:PATH;$(pwd)/Audition" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PATH=$env:PATH;$(pwd)/Audition"
echo "PATH=$(pwd)/Audition;$env:PATH"
echo "---"
echo "PATH=$(pwd)/Audition;$env:PATH" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "---"
echo "PATH=$(pwd)/Audition;$env:PATH"
# echo "PATH=$PATH:$(pwd)/Audition" >> $GITHUB_ENV

Expand Down

0 comments on commit 2fc4f74

Please sign in to comment.