From 7f5f2f7fe57723a877ae777aa7a8c8bcb40e1cbd Mon Sep 17 00:00:00 2001 From: Michal Checinski Date: Thu, 11 Apr 2024 18:14:09 +0200 Subject: [PATCH] Add another list --- .github/workflows/build-cpp.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-cpp.yml b/.github/workflows/build-cpp.yml index 5aae0dc29..6e0cefc97 100644 --- a/.github/workflows/build-cpp.yml +++ b/.github/workflows/build-cpp.yml @@ -62,12 +62,16 @@ jobs: vcpkg install nlohmann-json shell: pwsh - - name: list + - name: list C:/vcpkg/buildtrees run: | Get-ChildItem -Recurse C:/vcpkg/buildtrees/nlohmann-json/ Get-ChildItem -Recurse C:/vcpkg/buildtrees/boost/ if: runner.os == 'Windows' + - name: List C:/vcpkg/packages + run: Get-ChildItem -Recurse C:/vcpkg/packages + if: runner.os == 'Windows' + - name: Download schemas uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: