Skip to content

Commit

Permalink
List debug and release directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 28, 2024
1 parent a906cde commit 8d6c98b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ jobs:
if: always()
run: |
dir D:\a\YUView\YUView\build
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest\debug
dir D:\a\YUView\YUView\build\submodules\googletest-qmake\gtest\release
- name: Run tests
run: |
cd build
Expand Down

0 comments on commit 8d6c98b

Please sign in to comment.