Skip to content

Commit

Permalink
install cmake via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Jan 8, 2025
1 parent d9062bf commit bcbc87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ jobs:
apt-get update ;
add-apt-repository ppa:ubuntu-toolchain-r/test ;
apt-get install -y wget
wget -qO- "https://cmake.org/files/v3.12/cmake-3.12.1-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
apt-get install -y libstdc++6 libcurl4-openssl-dev'
pip install cmake

- name: Download package
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
apt-get -y install sudo
apt-get -y install wget
apt-get -y install tree
wget -qO- "https://cmake.org/files/v3.12/cmake-3.12.1-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
pip install cmake
apt-get -y install libcurl4-openssl-dev
apt-get -y install software-properties-common
apt-get -y install git
Expand Down

0 comments on commit bcbc87c

Please sign in to comment.