Skip to content

Commit

Permalink
fix9
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 2, 2024
1 parent 9e9a4f2 commit bcbaaf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh"
- name: Set Compiler
run: |
echo "CondaPrefix: ${CONDA_PREFIX}"
echo "CondaPrefix ${CONDA_PREFIX}"
echo ${{ env.CONDA_PREFIX }}
echo "CC=${CONDA_PREFIX}/bin/clang" >> $GITHUB_ENV
echo "CXX=${CONDA_PREFIX}/bin/clang++" >> $GITHUB_ENV
- name: Conda info
Expand Down

0 comments on commit bcbaaf1

Please sign in to comment.