Skip to content

Commit

Permalink
attempting to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 18, 2023
1 parent 82bfb9e commit 6760751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ runs:
shell: bash -l {0}
run: |
sudo apt update
sudo apt install -y build-essential lsb-release wget software-properties-common gnupg libboost-all-dev libgtest-dev
sudo apt install -y build-essential lsb-release wget software-properties-common gnupg libboost-all-dev
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sed -i 's/add-apt-repository "${REPO_NAME}"/add-apt-repository -y "${REPO_NAME}"/g' llvm.sh
sudo ./llvm.sh 16
sudo ln -sfn /usr/bin/clang++-16 /usr/bin/clang++
echo "export LD_LIBRARY_PATH=/mypath${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> ~/.bashrc
source ~/.bashrc

0 comments on commit 6760751

Please sign in to comment.