We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38ed4c commit d4b2409Copy full SHA for d4b2409
1 file changed
.github/workflows/on_push.yml
@@ -120,7 +120,7 @@ jobs:
120
set(ENV{PATH} "$ENV{GITHUB_WORKSPACE}:$ENV{PATH}")
121
122
execute_process(
123
- COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build build -t binance real-logic
+ COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build build -t binance
124
RESULT_VARIABLE result
125
)
126
if (NOT result EQUAL 0)
0 commit comments