Skip to content

Commit e7101a3

Browse files
committed
only build carts
1 parent 9554cb6 commit e7101a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test_build_carts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ jobs:
2727
cd nelua-lang
2828
make
2929
sudo make install
30-
- name: Configure Carts
31-
run: cmake -B build_cart -DCMAKE_BUILD_TYPE=Release carts/ -DCMAKE_TOOLCHAIN_FILE=$WASI_SDK_PATH/share/cmake/wasi-sdk.cmake
3230
- name: Build Carts
33-
run: cmake --build build_cart
31+
run: npm run build:carts

0 commit comments

Comments
 (0)