Skip to content

Commit

Permalink
Update build_cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Macoron authored Nov 26, 2023
1 parent 4ac3db3 commit c1c6017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ jobs:
apt-get update \
&& apt-get install -y build-essential \
&& apt-get install -y wget \
&& apt-get install -y lsb-release, sudo \
&& apt-get install -y lsb-release \
&& apt-get install -y sudo \
&& rm -rf /var/lib/apt/lists/* \
&& wget https://github.com/Kitware/CMake/releases/download/v3.24.1/cmake-3.24.1-Linux-x86_64.sh \
-q -O /tmp/cmake-install.sh \
Expand Down

0 comments on commit c1c6017

Please sign in to comment.