mirror of https://github.com/mamba-org/mamba.git
ci: Unpin libcxx <18 (#3375)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
16fec215e9
commit
bc89383ca7
|
@ -28,12 +28,6 @@ jobs:
|
|||
environment-file: ./dev/environment-dev.yml
|
||||
environment-name: build_env
|
||||
cache-environment: true
|
||||
- name: Use libcxx <18 (see conda-forge/libcxx-feedstock#162)
|
||||
# TODO: remove this step once the issue is fixed
|
||||
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
|
||||
if: startsWith(inputs.os, 'macos')
|
||||
run: |
|
||||
micromamba install -n build_env -c conda-forge "libcxx<18"
|
||||
- uses: hendrikmuhs/ccache-action@main
|
||||
with:
|
||||
variant: sccache
|
||||
|
|
Loading…
Reference in New Issue