Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jul 30, 2022
1 parent 48509cb commit 4e965c1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
target: android-arm
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Qt
if: startsWith(matrix.os, 'windows')
uses: jurplel/install-qt-action@master
with:
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2019_64'
install-deps: 'true'
modules: 'qtwebengine'
archives: 'qtbase'
cache: 'false'
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
uses: actions/checkout@v3
# - name: Install Qt
# if: startsWith(matrix.os, 'windows')
# uses: jurplel/install-qt-action@master
# with:
# host: 'windows'
# target: 'desktop'
# arch: 'win64_msvc2019_64'
# install-deps: 'true'
# modules: 'qtwebengine'
# archives: 'qtbase'
# cache: 'false'
# tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
- name: Install deps
run: bash ./scripts/deps "${{ matrix.target }}"
- name: Build
Expand Down

0 comments on commit 4e965c1

Please sign in to comment.