Skip to content

Commit aec490f

Browse files
authored
revert changes
1 parent 0b713d9 commit aec490f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,12 +1385,6 @@ jobs:
13851385
${{ matrix.cling=='On' && 'cling' || '' }}
13861386
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' }}
13871387

1388-
- name: install cxx compiler
1389-
if: ${{ runner.os != 'windows' }}
1390-
shell: bash -l {0}
1391-
run: |
1392-
$HOME/micromamba-bin/micromamba install cxx-compiler -c conda-forge -y
1393-
13941388
- name: Build and Test/Install CppInterOp on Unix systems
13951389
if: ${{ runner.os != 'windows' }}
13961390
shell: bash -l {0}

0 commit comments

Comments
 (0)