mirror of
https://github.com/FEX-Emu/robin-map.git
synced 2025-02-17 04:39:11 +00:00
Remove working-directory in GitHub Actions CI and use absolute path
This commit is contained in:
parent
07bcdef250
commit
cb212477a0
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user