Skip to content

Commit

Permalink
Fix settings environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke authored and Wentzell committed Oct 31, 2023
1 parent 6b2d9b2 commit 99b65a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b65a3

Please sign in to comment.