Skip to content

Commit

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

0 comments on commit 8c835a5

Please sign in to comment.