From: Timo Heister Date: Thu, 24 Dec 2020 16:29:38 +0000 (-0500) Subject: CI: remove unnecessary OSX setup steps X-Git-Tag: v9.3.0-rc1~721^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6964fee053713fe60419f8a32c12a74202b052a0;p=dealii.git CI: remove unnecessary OSX setup steps --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 389602a33c..e05882fd49 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -11,9 +11,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: setup - run: | - ./contrib/utilities/download_clang_format - name: info run: | g++ -v @@ -56,12 +53,10 @@ jobs: - name: setup run: | brew install openmpi - cmake --version # uncomment these for a gcc based build #export OMPI_CXX=g++ #export OMPI_CC=gcc #export OMPI_FC=gfortran - ./contrib/utilities/download_clang_format - name: info run: | mpicxx -v