We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c5710 commit 7d809ecCopy full SHA for 7d809ec
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Patch
31
run: |
32
- git diff origin/demo > demo.patch
+ git diff origin/main..origin/demo > demo.patch
33
git apply demo.patch
34
35
- name: Install dependencies
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
156
- name: Install Qt
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
- name: Install Qt (MinGW)
0 commit comments