Skip to content

Commit 59475e7

Browse files
committed
Test extract
1 parent 03d9a0c commit 59475e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,10 @@ jobs:
109109
mkdir -p connectedhomeip/
110110
cd connectedhomeip/
111111
tar -xaf ../connectedhomeip.tar.zst --use-compress-program=zstdmt .
112-
git config --global --add safe.directory "*"
113-
rm -rf out/
112+
pwd
113+
ls -la
114+
#git config --global --add safe.directory "*"
115+
#rm -rf out/
114116
- name: Bootstrap
115117
run: bash scripts/bootstrap.sh -p all,linux
116118
- name: Setup Build, Run Build and Run Tests

0 commit comments

Comments
 (0)