From bc26ed172abe3ec97a3855be04d05b023d8a08be Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Mon, 2 Feb 2026 04:01:34 +0530 Subject: [PATCH] ci improvement - 6 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/windows-build.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f97af85e..706f3969c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-15] runs-on: ${{ matrix.os }} - timeout-minutes: 45 + timeout-minutes: 180 name: build-${{ matrix.os }} steps: @@ -90,7 +90,7 @@ jobs: matrix: os: [ubuntu-22.04, macos-15] runs-on: ${{ matrix.os }} - timeout-minutes: 45 + timeout-minutes: 180 name: test-${{ matrix.os }} steps: diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 7e3bce647..dec6abde1 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -78,6 +78,11 @@ jobs: nimble -v make update + - name: Clone vendors (for RLN) + run: | + export PATH="$NIMBLE_BIN:$NIM_DLLS:$HOME/.nimble/bin:$PATH" + make vendors + - name: Building wakunode2.exe run: | export PATH="$NIMBLE_BIN:$NIM_DLLS:$HOME/.nimble/bin:$PATH"