1
Fork 0

remove libz3-4

This commit is contained in:
Motiejus Jakštys 2021-06-18 10:18:58 +03:00 committed by Motiejus Jakštys
parent a18cbf2781
commit 9b97f5c8ad
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ outside() {
}
inside() {
apt-get update && apt-get install -y ca-certificates libz3-4
apt-get update && apt-get install -y ca-certificates
exec ./bazel build -s --platforms @zig_sdk//:aarch64-macos-gnu //test:gognu
}