Install missing dependency.
This commit is contained in:
parent
9c8ba7f997
commit
3548f2b71c
|
@ -128,7 +128,7 @@ appimage_task_template: &APPIMAGE_TASK_TEMPLATE
|
|||
install_script:
|
||||
- bash -c "$PACKAGE_MANAGER_INSTALL qt515base qt515svg qt515tools qt515xmlpatterns qt515translations qt515doc qt515imageformats poppler-utils git xvfb ccache build-essential libgl1-mesa-dev libicu-dev python3-pip"
|
||||
- python3 --version
|
||||
- pip3 install --user --upgrade pip dropbox 'urllib3<2.0'
|
||||
- pip3 install --user --upgrade pip dropbox py7zr 'urllib3<2.0'
|
||||
build_script:
|
||||
- uname -a
|
||||
- mkdir -pm 0700 $XDG_RUNTIME_DIR
|
||||
|
@ -350,7 +350,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE
|
|||
- chmod -R 755 /opt/homebrew/opt/poppler/*
|
||||
- chmod -R 755 /opt/homebrew/opt/xerces-c/*
|
||||
- python3 --version
|
||||
- pip3 install --user --upgrade pip dropbox 'urllib3<2.0'
|
||||
- pip3 install --user --upgrade pip dropbox py7zr 'urllib3<2.0'
|
||||
- ccache --set-config sloppiness=pch_defines,time_macros max_size="$CCACHE_SIZE"
|
||||
- qmake --version
|
||||
- which qmake
|
||||
|
|
Loading…
Reference in New Issue
Block a user