Skip to content

Commit

Permalink
try diffrent approach for cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Jan 8, 2025
1 parent ceb6f9b commit d9062bf
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,7 +217,7 @@ jobs:
apt-get update ;
add-apt-repository ppa:ubuntu-toolchain-r/test ;
apt-get install -y wget
sudo apt install -y cmake
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'

- name: Download package
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
sudo apt install -y cmake
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 -y install libcurl4-openssl-dev
apt-get -y install software-properties-common
apt-get -y install git
Expand Down

0 comments on commit d9062bf

Please sign in to comment.