Skip to content

Commit

Permalink
Update CMake_GitHub_Action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anivice authored Jan 15, 2025
1 parent 08143c5 commit b092c07
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/CMake_GitHub_Action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,7 @@ jobs:
software-properties-common \
wget \
apt-transport-https \
gnupg
- name: Install newer CMake (via Kitware’s APT repo)
run: |
sudo apt-get purge --auto-remove -y cmake
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ focal main'
sudo apt-get update
sudo apt-get install -y cmake
gnupg cmake
########################################################################
# BUILD & TEST with Memory/Address/Undefined Sanitizers
Expand Down

0 comments on commit b092c07

Please sign in to comment.