Skip to content

Commit

Permalink
test(ci): windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziqi-Yang committed Jul 31, 2024
1 parent 7d538a1 commit a039294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/action/install_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ elif [[ "$sys" == "Msys" ]]; then

# install libraries
choco install zlib -y
pwd
ls -lht
echo $LLVM_DIR

# MacOS
elif [[ "$sys" == "Darwin" ]]; then # Mac (only for 14 or later, i.e. apple silicon)
Expand Down

0 comments on commit a039294

Please sign in to comment.