Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 3, 2024
1 parent 002913d commit b7cc29d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-relase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:
- name: Set up Qt6
shell: powershell
run: |
choco -v
choco upgrade chocolatey
choco -v
choco install qt6-base-dev
- name: Build
run: \
run: |
echo $PATH
where.exe qmake
qmake
Expand Down

0 comments on commit b7cc29d

Please sign in to comment.