Skip to content

Commit 05f3edb

Browse files
committed
ci: cross: Dump toolchain testament into log
1 parent 3b4079d commit 05f3edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ jobs:
205205
echo "Installing toolchain: ${{ matrix.build.toolchain }}"
206206
sudo tar -xzf "${{ matrix.build.toolchain }}.tar.gz" -C /
207207
rm "${{ matrix.build.toolchain }}.tar.gz"
208-
ls -la /opt/netsurf/
208+
echo "Toolchain testament:"
209+
cat /opt/netsurf/${{ matrix.build.toolchain }}/BUILD_INFO.txt
209210
210211
- name: Build and install project libs
211212
env:

0 commit comments

Comments
 (0)