Skip to content

Commit 070e61f

Browse files
committed
Remove debug info from workflow
1 parent 838e783 commit 070e61f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,6 @@ jobs:
128128
uses: jwlawson/actions-setup-cmake@v2
129129
with:
130130
cmake-version: "3.31.2"
131-
- name: Debug environment before build
132-
run: |
133-
echo "=== Xcode and build tools ==="
134-
xcode-select -p
135-
which clang || echo "clang not found"
136-
which clang++ || echo "clang++ not found"
137-
which make || echo "make not found"
138-
which cmake || echo "cmake not found"
139-
echo "=== Environment variables ==="
140-
echo "PATH=$PATH"
141-
echo "SDKROOT=$SDKROOT"
142-
echo "CMAKE_BINARY=$CMAKE_BINARY"
143-
echo "=== CMake version ==="
144-
cmake --version || echo "cmake command failed"
145131
- run: npm ci
146132
- run: npm run bootstrap
147133
env:

0 commit comments

Comments
 (0)