From 89bb598bc86299b4bd193aa0e10f598bb1834afd Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 19 Dec 2025 12:31:26 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/test-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 343cf26..75bfa49 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -57,6 +57,9 @@ jobs: run: | which upx gcc g++ make cmake cargo rustc python make mingw32-make + - name: Update + run: make update + - name: Building miniupnpc run: | cd vendor/nwaku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc @@ -68,9 +71,6 @@ jobs: cd ./vendor/nim-nat-traversal/vendor/libnatpmp-upstream make CC="gcc -fPIC -D_WIN32_WINNT=0x0600 -DNATPMP_STATICLIB" libnatpmp.a V=1 cd ../../../../../../ - - - name: Update - run: make update - + - name: Tests run: make tests