Skip to content

Commit 7387f13

Browse files
authored
Update cmake-linux-x86.yml
1 parent 0922092 commit 7387f13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-linux-x86.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ jobs:
8686
working-directory: ${{github.workspace}}/build
8787
# Execute tests defined by the CMake configuration.
8888
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
89-
run: ./${{github.workspace}}/build/asa
89+
run: |
90+
cd ${{github.workspace}}/build
91+
./asa
9092

0 commit comments

Comments
 (0)