Skip to content

Commit

Permalink
[GitHub Actions] Use install-qt-action@v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Aug 18, 2023
1 parent 11fbe75 commit 003dd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI_macOS.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
brew install gnu-getopt
- name: Install Qt
uses: jurplel/install-qt-action@v3.0.0
uses: jurplel/install-qt-action@v3.3.0
with:
version: 5.15.2
- name: Verify Qt install + version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_windows.yml
Expand Up @@ -129,7 +129,7 @@ jobs:
echo "WZ_DISTRIBUTOR=${WZ_DISTRIBUTOR}" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "WZ_DEPLOY_RELEASE=${WZ_DEPLOY_RELEASE}" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
- name: Install Qt
uses: jurplel/install-qt-action@v3.0.0
uses: jurplel/install-qt-action@v3.3.0
with:
version: 5.15.2
arch: ${{ steps.settings.outputs.QTCI_ARCH }}
Expand Down

0 comments on commit 003dd8c

Please sign in to comment.