Skip to content

Commit

Permalink
Remove working-directory in GitHub Actions CI and use absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Mar 24, 2022
1 parent 07bcdef commit cb21247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
if: runner.os == 'Windows'

- name: Test (Windows)
working-directory: ${{github.workspace}}/build
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
if: runner.os == 'Windows'

# Linux or macOS
Expand Down

0 comments on commit cb21247

Please sign in to comment.