Skip to content

Commit

Permalink
Use Qt 5 to build binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Incognito committed Feb 3, 2022
1 parent c266189 commit 9866117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '6.2.3'
version: '5.15.2'
target: desktop
# Clone the source code
- name: Get the source code
Expand Down Expand Up @@ -63,6 +63,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: V2Ray-Desktop-macOS-x86_64.dmg
asset_path: V2Ray-Desktop.dmg
asset_name: V2Ray-Desktop-v${{ steps.get_release.outputs.tag_name }}-macOS-x86_64.dmg
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '6.2.1'
version: '5.15.2'
arch: 'win64_mingw81'
install-deps: true
target: desktop
Expand Down

0 comments on commit 9866117

Please sign in to comment.