Skip to content

Commit 71ae3fe

Browse files
committed
multiline syntax does not work for cmd shells
1 parent b12eb9d commit 71ae3fe

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,8 @@ jobs:
149149

150150
- name: Build FFXRT (static)
151151
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
152+
run: mkdir build && cd build && ${{ env.QT_STATIC_DIR }}\bin\qmake ..\FFXRT\FFXRT.pro "CONFIG+=release" "CONFIG-=ltcg" && nmake
153+
157154

158155
- name: Upload FFXRT (Windows)
159156
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)