Skip to content

Commit

Permalink
fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 2, 2024
1 parent c7d41f9 commit 55aed05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
with:
installer-url: "https://github.com/conda-forge/miniforge/releases/\
download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh"
- name: Compiler
- name: Set Compiler
run: |
export CC="$CONDA_PREFIX/bin/clang"
export CXX="$CONDA_PREFIX/bin/clang++"
echo "CC=$CONDA_PREFIX/bin/clang" >> $GITHUB_ENV
echo "CXX=$CONDA_PREFIX/bin/clang++" >> $GITHUB_ENV
- name: Conda info
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 55aed05

Please sign in to comment.