We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12eb9d commit 71ae3feCopy full SHA for 71ae3fe
1 file changed
.github/workflows/build.yml
@@ -149,11 +149,8 @@ jobs:
149
150
- name: Build FFXRT (static)
151
shell: cmd
152
- run: |
153
- mkdir build
154
- cd build
155
- ${{ env.QT_STATIC_DIR }}\bin\qmake ..\FFXRT\FFXRT.pro "CONFIG+=release" "CONFIG-=ltcg"
156
- nmake
+ run: mkdir build && cd build && ${{ env.QT_STATIC_DIR }}\bin\qmake ..\FFXRT\FFXRT.pro "CONFIG+=release" "CONFIG-=ltcg" && nmake
+
157
158
- name: Upload FFXRT (Windows)
159
uses: actions/upload-artifact@v4
0 commit comments