mirror of
https://github.com/Tessil/robin-map.git
synced 2026-01-17 20:21:18 +01:00
Remove working-directory in GitHub Actions CI and use absolute path
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user