diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-31 13:45:00 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-31 13:45:00 +0200 |
| commit | 9ddcdcae57cc9c6668ac7a210e03fae3e78a4774 (patch) | |
| tree | 8df78c3312b53e911b4b7b00c7df88d51d43275f /.github/workflows | |
| parent | 287cab1e3a7b48edb37fe6b20238f970860b14f4 (diff) | |
| download | qxmpp-9ddcdcae57cc9c6668ac7a210e03fae3e78a4774.tar.gz | |
ci: Fix qt installation on macOS
See jurplel/install-qt-action#142.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6d0439f4..1088cb9a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,7 @@ jobs: uses: jurplel/install-qt-action@v2 with: version: ${{ matrix.qt_version }} + setup-python: false - name: Install extra packages run: tests/travis/install-build-depends - name: Disable OS X firewall |
