Skip to content

Commit b7f1c67

Browse files
committed
try configure.sh on windows
1 parent c44859f commit b7f1c67

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/build-cmake.yaml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)