mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix libobjc install
This commit is contained in:
parent
fdb7e88a9a
commit
35776a972a
1 changed files with 2 additions and 1 deletions
3
.github/scripts/build.sh
vendored
3
.github/scripts/build.sh
vendored
|
@ -13,7 +13,8 @@ then
|
|||
then
|
||||
sudo apt-get install -y gobjc;
|
||||
fi;
|
||||
sudo apt-get install -y libobjc-4.8-dev libblocksruntime-dev;
|
||||
# sudo apt-get install -y libobjc-4.8-dev libblocksruntime-dev;
|
||||
sudo apt-get install -y libobjc-8-dev libblocksruntime-dev;
|
||||
else
|
||||
curl -s -o - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -;
|
||||
sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-9 main" && sudo apt-get update -qq;
|
||||
|
|
Loading…
Reference in a new issue