mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Missing semicolon
This commit is contained in:
parent
f0a60c1da8
commit
0aaac7761a
@ -8,7 +8,7 @@ os:
|
||||
dist: trusty
|
||||
before_install:
|
||||
- if [ `uname` = "Darwin" ]; then
|
||||
brew tap sevki/homebrew-gcc_cross_compilers
|
||||
brew tap sevki/homebrew-gcc_cross_compilers;
|
||||
brew update;
|
||||
brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm;
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user