Skip to content

Commit

Permalink
Add another list
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 11, 2024
1 parent 506e16f commit 7f5f2f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7f5f2f7

Please sign in to comment.