File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -124,25 +124,16 @@ jobs:
124124 brew install ninja qt@6
125125 pip3 install tornado --break-system-packages
126126
127- - name : Install Qt
127+ - name : Install Qt (Windows)
128128 if : ${{ runner.os == 'Windows' }}
129129 uses : jurplel/install-qt-action@v4
130130
131- - name : Configure repository
132- if : ${{ runner.os != 'Windows' }}
133- shell : bash
134- run : ./configure.sh
135-
136131 - uses : ilammy/msvc-dev-cmd@v1
137132 if : ${{ runner.os == 'Windows' }}
138133
139- - name : Bootstrap boost
140- if : ${{ runner.os == 'Windows' }}
141- shell : cmd
142- run : |
143- .\bootstrap.bat
144- .\b2.exe headers
145- working-directory : ./3party/boost
134+ - name : Configure repository
135+ shell : bash
136+ run : ./configure.sh
146137
147138 - name : Configure ccache
148139 uses :
hendrikmuhs/[email protected]
You can’t perform that action at this time.
0 commit comments