File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,15 @@ jobs:
107107 apt-get update
108108 apt-get install -y build-essential automake autoconf pkg-config bc curl git libssl-dev gzip python3 ca-certificates \
109109 locales curl wget zip unzip
110- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
111- sudo apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main"
112- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF7F09730B3F0A4
113- sudo apt update
114- sudo apt install -y cmake
115110 echo "${LANG} UTF-8" >> /etc/locale.gen
116111 locale-gen
117112 update-locale LANG=${LANG}
118113
114+ - name : Setup cmake
115+ uses : jwlawson/actions-setup-cmake@v2
116+ with :
117+ cmake-version : ' 3.21.x'
118+
119119 - name : checkout
120120 uses : actions/checkout@v4
121121
You can’t perform that action at this time.
0 commit comments