[Fix] (workflow): fix wrong run path

This commit is contained in:
2025-08-25 16:27:33 +08:00
parent c601169b84
commit 7b9c154f85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,5 +38,5 @@ jobs:
run: cmake --build . --parallel 4
- name: Benchmark
working-directory: ${{env.BENCH_ROOT}}/build-bench
working-directory: ${{env.BENCH_ROOT}}/build-bench/MobileGL/MG_Benchmark
run: ctest -V -C Release