We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922092 commit 7387f13Copy full SHA for 7387f13
.github/workflows/cmake-linux-x86.yml
@@ -86,5 +86,7 @@ jobs:
86
working-directory: ${{github.workspace}}/build
87
# Execute tests defined by the CMake configuration.
88
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
89
- run: ./${{github.workspace}}/build/asa
+ run: |
90
+ cd ${{github.workspace}}/build
91
+ ./asa
92
0 commit comments