summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-12-03 20:31:12 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-12-10 13:34:30 +0000
commitd07ce92d0ddec65b02ed4b5613eb12a83c346002 (patch)
treece9bf83d7de6fdb776e5b66c248127d820f89082 /.github
parented56036ada47ed78ba522e8c952fa70dda05fb04 (diff)
downloadqt-creator-d07ce92d0ddec65b02ed4b5613eb12a83c346002.tar.gz
qbs: Fix installing docs
Change-Id: I4f58d639bced972243faf4161697ec4e0a4b0d56 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index d57ece196a..a0c7ca5e88 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -330,6 +330,13 @@ jobs:
message(FATAL_ERROR "Failed to install dependencies")
endif()
endif()
+ execute_process(
+ COMMAND python -m pip install --user beautifulsoup4 lxml
+ RESULT_VARIABLE result
+ )
+ if (NOT result EQUAL 0)
+ message(FATAL_ERROR "Failed to install python dependencies")
+ endif()
- name: Build
shell: cmake -P {0}