File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,12 @@ jobs:
8383 image : ubuntu:24.04
8484 steps :
8585 - name : Install libraries
86- run : |
86+ run :
87+ wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
88+ echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ noble main' | tee /etc/apt/sources.list.d/kitware.list >/dev/null
8789 apt-get update
8890 apt-get upgrade -y
89- apt-get install -y git build-essential g++ libomp-dev ninja-build clang lld
90- snap install cmake
91+ apt-get install -y git build-essential g++ libomp-dev ninja-build clang lld cmake
9192 - name : Checkout
9293 uses : actions/checkout@v4
9394 with :
You can’t perform that action at this time.
0 commit comments