cleanup comments

This commit is contained in:
Dominic Hamon 2022-07-05 10:42:36 +01:00
parent 8205547ceb
commit ac8a6d3de9
1 changed files with 0 additions and 5 deletions

View File

@ -51,10 +51,6 @@ jobs:
with:
version: latest
platform: x64
#run: |
#sudo apt update && sudo apt -y install clang-13 clang++-13
#echo "CC=clang-13" >> $GITHUB_ENV
#echo "CXX=clang++-13" >> $GITHUB_ENV
- name: configure clang
if: matrix.compiler == 'clang'
@ -72,7 +68,6 @@ jobs:
- name: install llvm stuff
if: matrix.compiler == 'clang'
run: |
# sudo apt update && sudo apt -y install libc++-dev libc++abi-dev libc++1 libc++abi1
"${GITHUB_WORKSPACE}/.github/.libcxx-setup.sh"
echo "EXTRA_CXX_FLAGS=\"-stdlib=libc++\"" >> $GITHUB_ENV