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"