aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-11-20 00:23:59 +0100
committerIvan Komissarov <ABBAPOH@gmail.com>2020-11-20 09:50:37 +0000
commit12bdba8068ab3b74763977e6b62f75dcce65b3af (patch)
tree9ecafb4c578cec2531740e5695519edc99c971c3 /.github
parent61761440bf0cfcf28d62b47839d923bae0eb687a (diff)
GitHub actions: fix macOS build
Change-Id: Idc99e0546748f4eabd9bb0cc1bc8ce5a29758382 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 807b9faad..c155ad26e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -130,7 +130,7 @@ jobs:
- name: Install required packages
run: |
brew install ccache p7zip
- /usr/bin/python3 -m pip install --user beautifulsoup4 lxml
+ python3 -m pip install --user beautifulsoup4 lxml
- name: Install Qt
uses: ./.github/actions/download-qt
with: