Skip to content

Commit

Permalink
debug build_and_run_asan job
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jul 9, 2024
1 parent 12f8cbe commit efacf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers/build_sanitizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ sudo apt-get update && sudo apt-get install -qy lsb-release wget software-proper
# Prerequisites for LLVM installation: latest cmake version, Ubuntu apt repository contains cmake version 3.22.1
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
sudo apt-add-repository -y "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install -qy cmake
sudo apt-get install -qy cmake

cmake --version

0 comments on commit efacf0c

Please sign in to comment.