Install llvm-config in CI
This commit is contained in:
parent
6cc1fee786
commit
e096d7ffbe
9
.github/scripts/setup-env.sh
vendored
9
.github/scripts/setup-env.sh
vendored
@ -2,6 +2,15 @@
|
||||
|
||||
set -xe
|
||||
|
||||
##################################################
|
||||
# Install llvm-config on Ubuntu
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y llvm-dev
|
||||
|
||||
##################################################
|
||||
# Install onnxruntime
|
||||
|
||||
ONNXRUNTIME_VERSION=${ONNXRUNTIME_VERSION:-1.2.0}
|
||||
|
||||
ONNXRUNTIME_RELEASE="onnxruntime-linux-x64-${ONNXRUNTIME_VERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user