We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d96e4 commit 4fe0d89Copy full SHA for 4fe0d89
.github/workflows/windows-x86_64.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Check test executable
59
run: |
60
- if (Test-Path "D:\a\libcpp-http-client\libcpp-http-client\build\test\test.exe") {
+ if (Test-Path "D:\a\libcpp-http-client\libcpp-http-client\build\test\Release\test.exe") {
61
Write-Host "Test executable exists."
62
} else {
63
Write-Host "Test executable does not exist."
@@ -66,4 +66,4 @@ jobs:
66
67
- name: Run tests
68
69
- & "D:\a\libcpp-http-client\libcpp-http-client\build\test\test.exe"
+ & "D:\a\libcpp-http-client\libcpp-http-client\build\test\Release\test.exe"
0 commit comments