From cd862f530d26d11c9cecc547fd9f81a48c5593f8 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 2 Jan 2024 15:25:56 +0800 Subject: [PATCH] fix filter --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e841dfa3..970abcc3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: build: yarn build --target aarch64-pc-windows-msvc - host: ubuntu-latest target: 'wasm32-wasi-preview1-threads' - build: yarn workspaces foreach -A --no-private -j 1 --exclude @node-rs/jsonwebtoken --exclude @node-rs/denolint run build --target wasm32-wasi-preview1-threads + build: yarn workspaces foreach -A --no-private -j 1 --exclude "@node-rs/{jsonwebtoken,deno-lint}" run build --target wasm32-wasi-preview1-threads name: stable - ${{ matrix.settings.target }} - node@20 runs-on: ${{ matrix.settings.host }}