Skip to content

Commit 210231a

Browse files
committed
List vcpkg directory contents, looking for config.hpp
1 parent c77ed5d commit 210231a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
2727
runVcpkgInstall: true
28+
- name: List directory contents
29+
run: Get-ChildItem "${{ github.workspace }}/vcpkg" -Recurse -Force -File -Filter 'config.hpp'
30+
shell: pwsh
2831
- name: setup faber
2932
run: |
3033
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)