Skip to content

Commit

Permalink
awefwa
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Apr 18, 2024
1 parent 5c9692d commit 45061bd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,19 @@ runs:
shell: bash

# Qt
- name: Install Qt

- name: Install host Qt
if: inputs.qt_arch == 'wasm_singlethread'
uses: jurplel/install-qt-action@v3
with:
cache: true
version: ${{ inputs.qt_version }}
arch: ${{ inputs.qt_arch }}
set-env: false
install-deps: false
modules: ${{ inputs.modules }}

- name: Install Qt
if: inputs.qt_arch == 'wasm_singlethread'
uses: jurplel/install-qt-action@v3
with:
cache: true
version: ${{ inputs.qt_version }}
set-env: false
arch: ${{ inputs.qt_arch }}
install-deps: false
modules: ${{ inputs.modules }}

Expand Down

0 comments on commit 45061bd

Please sign in to comment.