From c59fd0267ae35364738db108d7aad29cb7b0f722 Mon Sep 17 00:00:00 2001 From: Anatoly Kalin Date: Mon, 10 Jun 2024 19:05:38 +0300 Subject: [PATCH] [EN-7587] Implement FetchDailyCandles sample RelWithDebInfo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2784a615..67793e0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: xcode: '15.0' cc: 'clang' cxx: 'clang++' - buildType: [ Release, Debug ] + buildType: [ Release, Debug, RelWithDebInfo ] name: "${{ matrix.config.name }}-${{matrix.buildType}}" runs-on: ${{ matrix.config.image }}