mirror of
https://github.com/triqs/dft_tools
synced 2025-01-10 21:18:22 +01:00
Fix settings environment variables
This commit is contained in:
parent
6b2d9b2bfb
commit
99b65a348b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
|
|
||||||
- name: add clang cxxflags
|
- name: add clang cxxflags
|
||||||
if: ${{ contains(matrix.cxx, 'clang') }}
|
if: ${{ contains(matrix.cxx, 'clang') }}
|
||||||
run:
|
run: |
|
||||||
echo "PATH=/usr/local/opt/llvm/bin:$PATH" >> $GITHUB_ENV
|
echo "PATH=/usr/local/opt/llvm/bin:$PATH" >> $GITHUB_ENV
|
||||||
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
|
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user