Removing custom CMake version.

This commit is contained in:
Patrick Shriwise 2021-02-10 15:49:51 -06:00
parent 6723a8f64a
commit 12bab4a549

View file

@ -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