From: Daniel Arndt Date: Wed, 18 Nov 2020 22:36:06 +0000 (-0500) Subject: Avoid printing gcc information in OSX CI X-Git-Tag: v9.3.0-rc1~884^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11205%2Fhead;p=dealii.git Avoid printing gcc information in OSX CI --- diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 32a71f3aaf..091d544d37 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -44,13 +44,12 @@ jobs: brew install openmpi cmake --version # uncomment these for a gcc based build - #export OMPI_CXX=g++-9 - #export OMPI_CC=gcc-9 - #export OMPI_FC=gfortran-9 + #export OMPI_CXX=g++ + #export OMPI_CC=gcc + #export OMPI_FC=gfortran ./contrib/utilities/download_clang_format - name: info run: | - g++-10 -v mpicxx -v cmake --version - name: configure