From 907e1fc33b08e46a72b75df0ea712035b718e8d0 Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Wed, 2 Aug 2023 10:21:35 +0800 Subject: [PATCH] action: macos ,remove python --- .github/workflows/macos-homebrew-breakpad.yml | 6 +----- .github/workflows/macos-homebrew.yml | 7 +------ 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/macos-homebrew-breakpad.yml b/.github/workflows/macos-homebrew-breakpad.yml index b3c0574f..d09ab120 100644 --- a/.github/workflows/macos-homebrew-breakpad.yml +++ b/.github/workflows/macos-homebrew-breakpad.yml @@ -102,17 +102,13 @@ jobs: ls -al /usr/local/share/vcpkg/packages/breakpad* cp -R /usr/local/share/vcpkg/packages/breakpad*/* thirdparty/breakpad ls -al thirdparty/breakpad/lib - - uses: actions/setup-python@v3 - with: - python-version: '3.9' + - name: Install Qt uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} - modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech - setup-python: 'false' - name: compile run: | diff --git a/.github/workflows/macos-homebrew.yml b/.github/workflows/macos-homebrew.yml index e7783717..e9c27bb5 100644 --- a/.github/workflows/macos-homebrew.yml +++ b/.github/workflows/macos-homebrew.yml @@ -101,18 +101,13 @@ jobs: run: | ls -al /usr/local/share/vcpkg/packages/breakpad* cp -R /usr/local/share/vcpkg/packages/breakpad*/* thirdparty/breakpad - ls -al thirdparty/breakpad/lib - - uses: actions/setup-python@v3 - with: - python-version: '3.9' + ls -al thirdparty/breakpad/lib - name: Install Qt uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.qt_ver }} arch: ${{ matrix.qt_arch }} - modules: qtwebengine qtwebchannel qtpositioning qt5compat qtmultimedia qtimageformats qtspeech - setup-python: 'false' - name: compile run: |