mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Update build.sh libobjc
This commit is contained in:
parent
399fe0e09e
commit
44b58c33b6
1 changed files with 1 additions and 1 deletions
2
.github/scripts/build.sh
vendored
2
.github/scripts/build.sh
vendored
|
@ -14,7 +14,7 @@ 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-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