From a2aa6864e5eb65a779363aee2f924e0860a21576 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Tue, 16 Apr 2024 16:12:23 +0200 Subject: [PATCH] maint: Revert #1496 (#1497) --- .github/workflows/build_steps.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build_steps.yml b/.github/workflows/build_steps.yml index 44e05087e1..8e39400c37 100644 --- a/.github/workflows/build_steps.yml +++ b/.github/workflows/build_steps.yml @@ -73,13 +73,6 @@ jobs: with: submodules: recursive # Just in case a dep has its own third-party deps - # See: https://github.com/actions/runner-images/issues/9680#issuecomment-2051917949 - - name: HOTFIX Setup CMake 3.29.2 - if: matrix.os == 'windows' - uses: jwlawson/actions-setup-cmake@v2 - with: - cmake-version: '3.29.2' - - name: Configure sccache uses: mozilla-actions/sccache-action@v0.0.3 with: