Skip to content

Commit

Permalink
fix the CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
1a1a11a authored Nov 23, 2024
1 parent db8b53b commit 8ab3ad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ install_cmake() {
wget https://github.com/Kitware/CMake/releases/download/v3.31.0/cmake-3.31.0-linux-x86_64.sh;
mkdir -p $HOME/software/cmake 2>/dev/null || true;
bash cmake-3.31.0-linux-x86_64.sh --skip-license --prefix=$HOME/software/cmake;
echo 'export PATH=$HOME/software/cmake/bin:$PATH' >> $HOME/.$(echo $0 | tr -d -)rc;
echo 'export PATH=$HOME/software/cmake/bin:$PATH' >> $HOME/.bashrc;
echo 'export PATH=$HOME/software/cmake/bin:$PATH' >> $HOME/.zshrc;
popd;
}

Expand Down

0 comments on commit 8ab3ad8

Please sign in to comment.