Skip to content

Commit 05d6e92

Browse files
committed
ci: Add debug
1 parent cb4d908 commit 05d6e92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,15 @@ jobs:
208208
env:
209209
HOST: ${{ matrix.build.toolchain }}
210210
run: |
211+
ls
211212
export TARGET_WORKSPACE="$(pwd)/projects"
213+
echo "TARGET_WORKSPACE=$TARGET_WORKSPACE"
212214
source docs/env.sh
215+
echo "Cloning libs..."
213216
ns-clone -d -s
217+
echo "Building and installing tools..."
214218
ns-make-tools install
219+
echo "Building and installing libs..."
215220
ns-make-libs install
216221
217222
- name: Build NetSurf

0 commit comments

Comments
 (0)