From 840093cf59f1af50946e9af3e54e56135b13d9b9 Mon Sep 17 00:00:00 2001 From: Hannah Bast Date: Sun, 14 Apr 2024 02:43:36 +0200 Subject: [PATCH] Encore --- .github/workflows/end-to-end-test-macos.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/end-to-end-test-macos.yml b/.github/workflows/end-to-end-test-macos.yml index 9ad24afd..45400225 100644 --- a/.github/workflows/end-to-end-test-macos.yml +++ b/.github/workflows/end-to-end-test-macos.yml @@ -34,13 +34,13 @@ jobs: # Install Clang++ 16 and make sure that it is used. brew install llvm@16 brew install conan@2 - echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile - echo PATH="/usr/local/opt/llvm@16/bin:$PATH" >> $GITHUB_ENV - echo 'export LDFLAGS="-L/usr/local/opt/llvm@16/lib -L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++"' >> ~/.bash_profile - echo LDFLAGS="-L/usr/local/opt/llvm@16/lib -L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++" >> $GITHUB_ENV - echo 'export CPPFLAGS="-I/usr/local/opt/llvm@16/include"' >> ~/.bash_profile - echo CPPFLAGS="/usr/local/opt/llvm@16/include" >> $GITHUB_ENV - source ~/.bash_profile + # echo 'export PATH="/usr/local/opt/llvm@16/bin:$PATH"' >> ~/.bash_profile + # echo PATH="/usr/local/opt/llvm@16/bin:$PATH" >> $GITHUB_ENV + # echo 'export LDFLAGS="-L/usr/local/opt/llvm@16/lib -L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++"' >> ~/.bash_profile + # echo LDFLAGS="-L/usr/local/opt/llvm@16/lib -L/usr/local/opt/llvm@16/lib/c++ -Wl,-rpath,/usr/local/opt/llvm@16/lib/c++" >> $GITHUB_ENV + # echo 'export CPPFLAGS="-I/usr/local/opt/llvm@16/include"' >> ~/.bash_profile + # echo CPPFLAGS="/usr/local/opt/llvm@16/include" >> $GITHUB_ENV + # source ~/.bash_profile - name: Print clang version run: clang++ --version