Skip to content

Commit 38fd869

Browse files
committed
Some fixes
1 parent 86008ba commit 38fd869

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,11 @@ jobs:
322322
cat /c/vcpkg/packages/libxml2_x64-windows-static/share/libxml2/libxml2-config.cmake
323323
cat "/c/Program Files/CMake/share/cmake-3.31/Modules/FindLibXml2.cmake"
324324
325+
- name: Install python dependencies
326+
shell: bash
327+
run: |
328+
pip install packaging psutil
329+
325330
- name: Configure
326331
id: build
327332
shell: bash
@@ -380,6 +385,9 @@ jobs:
380385
# These almost always fail so don't let them fail the build and prevent the uploads.
381386
continue-on-error: true
382387
shell: bash
388+
env:
389+
# Some tests seem to timeout on windows, so limit the runtime.
390+
LIT_OPTS: "--timeout=300"
383391
run: |
384392
ninja -C ${{ steps.setup-stage.outputs.build-prefix }}/build stage2-check-all
385393

0 commit comments

Comments
 (0)