Skip to content

Commit 44fb360

Browse files
authored
Update build.yml
1 parent 469ea13 commit 44fb360

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,8 @@ jobs:
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 \

0 commit comments

Comments
 (0)