Skip to content

Commit 7cf1dc4

Browse files
committed
test-windows.yml: Search the entire github.workspace directory and subdirectories for config.hpp
1 parent 5f234ee commit 7cf1dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
runVcpkgInstall: true
6060

6161
- name: List directory contents
62-
run: Get-ChildItem "${{ github.workspace }}\vcpkg" -Recurse -Force -File -Filter 'config.hpp'
62+
run: Get-ChildItem "${{ github.workspace }}" -Recurse -Force -File -Filter 'config.hpp'
6363
shell: pwsh
6464

6565
- name: setup faber

0 commit comments

Comments
 (0)