Skip to content

Commit

Permalink
[SES-42] print vs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Aug 6, 2024
1 parent 2d97a7d commit 2ad3792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -101,4 +104,3 @@ jobs:
run: |
cd "${{ env.BUILDING_ROOT }}"
./build.bat Release

0 comments on commit 2ad3792

Please sign in to comment.