From aec490fe83bf1079eb1032f2d2e571d458921460 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:34:37 +0100 Subject: [PATCH] revert changes --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a3bf7a9..983d7bf06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1385,12 +1385,6 @@ jobs: ${{ matrix.cling=='On' && 'cling' || '' }} key: ${{ env.CLING_HASH }}-${{ runner.os }}-${{ matrix.os }}-${{ matrix.compiler }}-clang-${{ matrix.clang-runtime }}.x-patch-${{ hashFiles(format('patches/llvm/clang{0}-*.patch', matrix.clang-runtime)) || 'none' }} - - name: install cxx compiler - if: ${{ runner.os != 'windows' }} - shell: bash -l {0} - run: | - $HOME/micromamba-bin/micromamba install cxx-compiler -c conda-forge -y - - name: Build and Test/Install CppInterOp on Unix systems if: ${{ runner.os != 'windows' }} shell: bash -l {0}