Skip to content

Commit cb21247

Browse files
committed
Remove working-directory in GitHub Actions CI and use absolute path
1 parent 07bcdef commit cb21247

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ jobs:
105105
if: runner.os == 'Windows'
106106

107107
- name: Test (Windows)
108-
working-directory: ${{github.workspace}}/build
109-
run: ./${{matrix.config.cmake-build-type}}/tsl_robin_map_tests.exe
108+
run: ${{github.workspace}}/build/${{matrix.config.cmake-build-type}}/tsl_robin_map_tests.exe
110109
if: runner.os == 'Windows'
111110

112111
# Linux or macOS

0 commit comments

Comments
 (0)