Skip to content

Commit

Permalink
fix(ci): remove dangling artifact from dependencies.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Dori Medini <dori@starkware.co>
  • Loading branch information
dorimedini-starkware committed Oct 21, 2024
1 parent 42a2694 commit 84c026e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function setup_llvm_deps() {
Linux)
$SUDO bash -c 'curl https://apt.llvm.org/llvm.sh -Lo llvm.sh
bash ./llvm.sh 18 all
rm -f ./llvm.sh
apt update && apt install -y \
libgmp3-dev \
libmlir-18-dev \
Expand Down

0 comments on commit 84c026e

Please sign in to comment.