mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-31 06:11:56 +08:00
Fix: apt-get update before travis CI install dependency
This commit is contained in:
@@ -12,6 +12,7 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
- sudo apt-get -y install gcc-mingw-w64-x86-64
|
||||||
- sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
|
- sudo apt-get -y install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user