Skip to content

Commit

Permalink
Revert "[ci] Install unzip in manylinux build" (taichi-dev#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailzhang authored Nov 21, 2022
1 parent 340262a commit 4e4d970
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scripts/unix-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ if [[ $OSTYPE == "linux-"* ]]; then
if [ ! -d ~/taichi-llvm-15 ]; then
pushd ~
wget https://github.com/taichi-dev/taichi_assets/releases/download/llvm15/taichi-llvm-15-linux.zip
if ! [ -x "$(command -v unzip)" ]; then
echo 'unzip not found, installing from apt'
sudo apt install unzip -y
fi
unzip taichi-llvm-15-linux.zip && rm taichi-llvm-15-linux.zip
popd
fi
Expand Down

0 comments on commit 4e4d970

Please sign in to comment.