Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino authored Nov 28, 2024
1 parent b48f8f2 commit 5dffe94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5dffe94

Please sign in to comment.