mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Run brew update on macOS to fix travis CI failure (#623)
This commit is contained in:
committed by
GitHub
parent
7003268b9f
commit
d2e0d38218
@@ -35,6 +35,7 @@ addons:
|
|||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- qemu
|
- qemu
|
||||||
|
update: true
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi
|
- if [ $TRAVIS_OS_NAME = windows ]; then choco install qemu; export PATH="/c/Program Files/qemu:$PATH"; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user