Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows workflow #39

Merged
merged 11 commits into from
Mar 4, 2024
Prev Previous commit
Next Next commit
Remove qtshadertools module from the Linux workflow
  • Loading branch information
adazem009 committed Mar 1, 2024
commit 50ff07e15dfe60b5a967658c2852b0e5204a6ce9
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
qt-version: ['6.6']
qt-target: ['desktop']
qt-modules: ['qtshadertools']
qt-modules: ['']
arch: ['amd64']
ubuntu-version: ['20.04']
steps:
Expand Down
Loading