Skip to content

Commit d9b3a3a

Browse files
committed
GHA Debugging 10b - TO BE SQUASHED
Fixed typo in previous commit that broke a step in the github actions workflow. Signed-off-by: Matthew Gee <mgee@iol.unh.edu>
1 parent 9638d26 commit d9b3a3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
mkdir -p "$SAMPLE_DIR/build"
204204
cd "$SAMPLE_DIR/build"
205205
cmake .. -DCMAKE_TOOLCHAIN_FILE=$WASI_SDK_PATH/share/cmake/wasi-sdk.cmake
206+
make
206207

207208
env:
208209
WASI_SDK_PATH: /opt/wasi-sdk

0 commit comments

Comments
 (0)