mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +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
|
||||
if: ${{ contains(matrix.cxx, 'clang') }}
|
||||
run:
|
||||
run: |
|
||||
echo "PATH=/usr/local/opt/llvm/bin:$PATH" >> $GITHUB_ENV
|
||||
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user