From 6964fee053713fe60419f8a32c12a74202b052a0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 24 Dec 2020 11:29:38 -0500 Subject: [PATCH] CI: remove unnecessary OSX setup steps --- .github/workflows/osx.yml | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5