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 c1c6017 commit e312407
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@ jobs:
run: |
apt-get update \
&& apt-get install -y build-essential \
&& apt-get install -y wget \
&& apt-get install -y lsb-release \
&& apt-get install -y sudo \
&& apt-get install -y wget sudo lsb-release software-properties-common \
&& 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 e312407

Please sign in to comment.