We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9638d26 commit d9b3a3aCopy full SHA for d9b3a3a
1 file changed
.github/workflows/build.yml
@@ -203,6 +203,7 @@ jobs:
203
mkdir -p "$SAMPLE_DIR/build"
204
cd "$SAMPLE_DIR/build"
205
cmake .. -DCMAKE_TOOLCHAIN_FILE=$WASI_SDK_PATH/share/cmake/wasi-sdk.cmake
206
+ make
207
208
env:
209
WASI_SDK_PATH: /opt/wasi-sdk
0 commit comments