We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b713d9 commit aec490fCopy full SHA for aec490f
.github/workflows/ci.yml
@@ -1385,12 +1385,6 @@ jobs:
1385
${{ matrix.cling=='On' && 'cling' || '' }}
1386
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' }}
1387
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
-
1394
- name: Build and Test/Install CppInterOp on Unix systems
1395
if: ${{ runner.os != 'windows' }}
1396
shell: bash -l {0}
0 commit comments