We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9554cb6 commit e7101a3Copy full SHA for e7101a3
.github/workflows/test_build_carts.yml
@@ -27,7 +27,5 @@ jobs:
27
cd nelua-lang
28
make
29
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
32
- name: Build Carts
33
- run: cmake --build build_cart
+ run: npm run build:carts
0 commit comments