Skip to content

Commit

Permalink
Check directories for lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Jul 28, 2024
1 parent fc05bfd commit 943ffcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ jobs:
d:\a\YUViewQt\YUViewQt\Qt\bin\qmake CONFIG+=UNITTESTS ..
echo "Executing jom:"
jom
- name: List lib
if: always()
run: |
dir D:\a\YUView\YUView\build
dir D:\a\YUView\YUView\build\release
- name: Run tests
run: |
cd build
Expand Down

0 comments on commit 943ffcb

Please sign in to comment.