Skip to content

Commit

Permalink
print stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 19, 2024
1 parent 6400344 commit d2c0e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
name: EFR32 Thread

runs-on: silabs-internal
#ubuntu-latest

container:
image: ghcr.io/siliconlabssoftware/simplicity_sdk_matter:1
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
rm zap-linux-x64.zip
- run: pwd
- run: ls
- run: ls -laR

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion slc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ done
echo $CONFIG_ARGS
# Generate project
# List all files and subdirectories from the current location
ls -la
ls -laR


slc generate -d $OUTPUT_DIR $PROJECT_FLAG $SILABS_APP_PATH --with $SILABS_BOARD $CONFIG_ARGS --generator-timeout=180 -o makefile
Expand Down

0 comments on commit d2c0e62

Please sign in to comment.