Skip to content

Commit

Permalink
linux CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaDev5 committed Jan 8, 2025
1 parent 4219c61 commit 0435848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ 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
sudo apt install tree
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/
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'

- name: Download package
Expand Down

0 comments on commit 0435848

Please sign in to comment.