From a685aa5d994d45c6030bb423a1022cbd88e14638 Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Mon, 23 Oct 2023 12:42:38 +0200 Subject: [PATCH] [CI]: Add a debug step to android-ci --- .github/workflows/kotlin-ci.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kotlin-ci.yml b/.github/workflows/kotlin-ci.yml index f77bce9aa5b..1198c20ae3c 100644 --- a/.github/workflows/kotlin-ci.yml +++ b/.github/workflows/kotlin-ci.yml @@ -13,7 +13,7 @@ concurrency: jobs: build: runs-on: macos-latest-xlarge -# if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v3 diff --git a/CMakeLists.txt b/CMakeLists.txt index 117b4c13fe1..ffd3e3e8f60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ message("Path to Boost: " ${Boost_INCLUDE_DIRS}) execute_process(COMMAND ls WORKING_DIRECTORY ${Boost_INCLUDE_DIRS}/boost OUTPUT_VARIABLE LS_OUTPUT) -MESSAGE( STATUS "CMD_OUTPUT:" ${LS_OUTPUT}) +MESSAGE("CMD_OUTPUT:" ${LS_OUTPUT}) include(ExternalProject)