File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 submodules : ' recursive'
2525
26- - name : Install distro dependencies and recent CMake
26+ - name : Install distro dependencies
2727 run : |
28- # Add Kitware APT repository to get a version of CMake that supports FetchContent
29- sudo apt-get update
30- sudo apt-get install -y wget gpg
31- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
32- echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ noble-rc main' | sudo tee -a /etc/apt/sources.list.d/kitware.list >/dev/null
33- sudo apt-get update
34-
35- # Update package list again and install all build dependencies
3628 sudo apt-get update
3729 sudo apt-get install -y \
3830 cmake \
You can’t perform that action at this time.
0 commit comments