Skip to content

Commit

Permalink
Add install cxx compiler to ci for Unix systems (debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Aug 7, 2024
1 parent c5a8572 commit 0b713d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,12 @@ 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}
Expand Down

0 comments on commit 0b713d9

Please sign in to comment.