We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cc8b5 commit 1e32f74Copy full SHA for 1e32f74
2 files changed
ci_scripts/macos-deps.sh
@@ -23,7 +23,7 @@ DEPS=(
23
brew update
24
brew install ${DEPS[@]}
25
26
-pip3 install meson pykmip cryptography setuptools wheel
+pip3 install pykmip
27
cpan -T IPC::Run JSON
28
29
# OpenBao
ci_scripts/ubuntu-deps.sh
@@ -49,7 +49,7 @@ sudo apt-get update
49
sudo apt-get install -y ${DEPS[@]}
50
51
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
52
53
54
55
wget https://github.com/openbao/openbao/releases/download/v2.4.3/bao_2.4.3_linux_$(dpkg --print-architecture).deb
0 commit comments