Skip to content

Commit

Permalink
This is a PATH test. #8
Browse files Browse the repository at this point in the history
  • Loading branch information
hgs3 committed Nov 1, 2024
1 parent 9dfdc20 commit 251601f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ jobs:
- name: Install Dependencies
run: |
msiexec /i Audition-1.0.0.msi /quiet /norestart TARGETDIR="$(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"
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
- name: Run Tests
run: |
cmake -B build
cmake --build build --config Release
ctest --test-dir build --output-on-failure -C Release
# echo "PATH=$PATH:$(pwd)/Audition" >> $GITHUB_ENV

Expand Down

0 comments on commit 251601f

Please sign in to comment.