Fix main invocation

This commit is contained in:
Jeremy 2024-02-06 09:08:22 -06:00
parent 8b8bd1b5df
commit ead847ad70
No known key found for this signature in database
GPG Key ID: BE03111EB7ED6E2E

View File

@ -238,7 +238,7 @@ jobs:
if("${{matrix.shared}}" -eq "On") {
cp C:/foo/bin/cpptrace.dll .
}
./main
.\Debug\main.exe
test-windows-add_subdirectory:
runs-on: windows-2022
strategy: