Skip to content

Commit 2da770c

Browse files
authored
Update build.yml
1 parent 8809282 commit 2da770c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# Add Kitware APT repository to get a version of CMake that supports FetchContent
2929
sudo apt-get update
3030
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
3132
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
3233
sudo apt-get update
3334

0 commit comments

Comments
 (0)