Skip to content

Commit

Permalink
Update Qt modules and add Conda setup.
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Nov 12, 2023
1 parent 1997bcf commit 408d24a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets qtmultimedia'
modules: 'qt5compat qtwebsockets'
aqtversion: ==3.1.7

- name: Install Qt android
uses: jurplel/install-qt-action@v3
with:
version: '6.5.3'
modules: 'qt5compat qtwebsockets'
modules: 'qt5compat qtwebsockets qtmultimedia'
aqtversion: ==3.1.7
target: 'android'
arch: 'android_arm64_v8a'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ jobs:
run: |
brew install libslirp libffi gettext glib pkg-config autoconf automake pixman ninja dylibbundler
- uses: conda-incubator/setup-miniconda@v2
with:
auto-activate-base: true
activate-environment: ""

- name: Build all
run: |
./build.sh qemu_macos
Expand Down

0 comments on commit 408d24a

Please sign in to comment.