Skip to content

Commit

Permalink
Merge pull request #108 from 0xzer0x/hotfix
Browse files Browse the repository at this point in the history
fix(ci): aqt failing
  • Loading branch information
0xzer0x authored Nov 6, 2024
2 parents cd40d98 + b7af5aa commit aa1475d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
aqtversion: ==3.1.*
version: 6.7.*
aqtversion: "==3.1.*"
version: "6.7.*"
host: linux
target: desktop
arch: gcc_64
Expand Down

0 comments on commit aa1475d

Please sign in to comment.