File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,17 +66,22 @@ jobs:
6666 elif [[ "$RUNNER_OS" == "macOS" ]]; then
6767 brew install clang-format
6868 fi
69+ if : matrix.template == 'cpp' || matrix.template == 'cppjswasm'
6970
7071 - uses : actions-ext/node/setup@main
7172 with :
7273 version : 22.x
7374 js_folder : " ."
75+ if : matrix.template == 'js' || matrix.template == 'jupyter' || matrix.template == 'cppjswasm' || matrix.template == 'rustjswasm'
7476
7577 - uses : actions-ext/rust/setup@main
78+ if : matrix.template == 'rust' || matrix.template == 'rustjswasm'
7679
77- - run : |
78- pnpm install
79- cargo build
80+ - run : pnpm install
81+ if : matrix.template == 'js' || matrix.template == 'jupyter' || matrix.template == 'cppjswasm' || matrix.template == 'rustjswasm'
82+
83+ - run : cargo build
84+ if : matrix.template == 'rust' || matrix.template == 'rustjswasm'
8085
8186 - run : |
8287 make gen-${{matrix.template}}
You can’t perform that action at this time.
0 commit comments