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 07bcdef commit cb21247Copy full SHA for cb21247
.github/workflows/ci.yml
@@ -105,8 +105,7 @@ jobs:
105
if: runner.os == 'Windows'
106
107
- name: Test (Windows)
108
- working-directory: ${{github.workspace}}/build
109
- run: ./${{matrix.config.cmake-build-type}}/tsl_robin_map_tests.exe
+ run: ${{github.workspace}}/build/${{matrix.config.cmake-build-type}}/tsl_robin_map_tests.exe
110
111
112
# Linux or macOS
0 commit comments