diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 5288bca..e5c64ac 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -49,9 +49,9 @@ jobs: - name: (1.2) Check content if: startsWith(matrix.os, 'windows') == true run: | - dir Qt\5.15.2\msvc2019_64 - dir Qt\5.15.2\msvc2019_64\bin - dir Qt\5.15.2\msvc2019_64\lib + dir ..\Qt\5.15.2\msvc2019_64 + dir ..\Qt\5.15.2\msvc2019_64\bin + dir ..\Qt\5.15.2\msvc2019_64\lib - name: (2.1) Install UG4 - ugcore