From 99a17d1afd76f6c9fc7bf9cfbeab7afcf6e53dd2 Mon Sep 17 00:00:00 2001 From: nihuini Date: Mon, 23 Dec 2024 10:43:04 +0800 Subject: [PATCH] skip windows test --- .github/workflows/pnnx.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pnnx.yml b/.github/workflows/pnnx.yml index 0b7201ee311..3e4b354c3c2 100644 --- a/.github/workflows/pnnx.yml +++ b/.github/workflows/pnnx.yml @@ -50,6 +50,7 @@ jobs: cmake --build . --config Release -j 4 - name: quick-test + if: matrix.os != 'windows-latest' run: | cd tools/pnnx cd build && ctest -C Release --output-on-failure -R test_nn_Conv