From 5dffe947d87cda28c2c6e7cbc4aaa2f016f09064 Mon Sep 17 00:00:00 2001 From: Aleksey Loginov Date: Fri, 29 Nov 2024 00:14:12 +0300 Subject: [PATCH] uncomment --- .github/workflows/ci v2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci v2.yml b/.github/workflows/ci v2.yml index d4c6e73f3..0666ef96f 100644 --- a/.github/workflows/ci v2.yml +++ b/.github/workflows/ci v2.yml @@ -56,18 +56,18 @@ jobs: lookup-only: true - name: Install Qt - # if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' + if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' uses: jurplel/install-qt-action@v4 with: cache: true - name: conan detect profile - # if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' + if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' run: | conan profile detect --force - name: Run CMake - # if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' + if: steps.check_cache.outputs.cache-hit != 'true' || github.event_name == 'schedule' uses: lukka/run-cmake@v10 with: configurePreset: ${{ matrix.config.name }}-tests