From 12bab4a54920b2c8109861704212ff29a433ac3b Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 10 Feb 2021 15:49:51 -0600 Subject: [PATCH] Removing custom CMake version. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3145c553f..499d241b76 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 for libMesh build - uses: jwlawson/actions-setup-cmake@v1.5 - with: - cmake-version: 3.11.x - name: Environment Variables run: | @@ -118,7 +113,6 @@ jobs: name: before shell: bash run: $GITHUB_WORKSPACE/tools/ci/gha-before-script.sh - - name: test shell: bash