From 8d42eafe1b064731af1a81bc428ab0807d95fd1f Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 10 Feb 2021 13:48:38 -0600 Subject: [PATCH] Removing custom CMake version temporarily. --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f815c3a4..a384abb52c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,11 +84,6 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1.5 - with: - cmake-version: 3.12.x - name: Environment Variables run: |