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