Skip to content

Commit

Permalink
remove tree
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Jan 8, 2025
1 parent 0435848 commit b99e084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ jobs:
apt-get install -y wget
wget https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.tar.gz
tar zxvf cmake-3.12.0-Linux-x86_64.tar.gz
apt install tree
tree -L 2 cmake-3.12.0-Linux-x86_64
mv cmake-3.12.0-Linux-x86_64 /opt/cmake-3.12.0
ln -sf /opt/cmake-3.12.0/bin/* /usr/bin/
apt-get install -y libstdc++6 libcurl4-openssl-dev'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
apt-get -y install wget
wget https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.tar.gz
tar zxvf cmake-3.12.0-Linux-x86_64.tar.gz
sudo apt install tree
tree -L 2 cmake-3.12.0-Linux-x86_64
sudo mv cmake-3.12.0-Linux-x86_64 /opt/cmake-3.12.0
sudo ln -sf /opt/cmake-3.12.0/bin/* /usr/bin/
apt-get -y install libcurl4-openssl-dev
Expand Down

0 comments on commit b99e084

Please sign in to comment.