diff --git a/.github/workflows/ionos-windows-build.yml b/.github/workflows/ionos-windows-build.yml index f9781e3f42bd9..b574ba0ce73e1 100644 --- a/.github/workflows/ionos-windows-build.yml +++ b/.github/workflows/ionos-windows-build.yml @@ -23,6 +23,9 @@ jobs: - name: Clone Client Building run: git clone -b develop --single-branch https://github.com/IONOS-Productivity/nc-client-building.git "${{ env.BUILDING_ROOT }}" + - name: print directory recursively + run: ls -R "C:\Program Files (x86)\Microsoft Visual Studio\2019\" + - name: Checkout uses: actions/checkout@v4 with: @@ -101,4 +104,3 @@ jobs: run: | cd "${{ env.BUILDING_ROOT }}" ./build.bat Release - \ No newline at end of file