We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4079d commit 05f3edbCopy full SHA for 05f3edb
.github/workflows/build.yaml
@@ -205,7 +205,8 @@ jobs:
205
echo "Installing toolchain: ${{ matrix.build.toolchain }}"
206
sudo tar -xzf "${{ matrix.build.toolchain }}.tar.gz" -C /
207
rm "${{ matrix.build.toolchain }}.tar.gz"
208
- ls -la /opt/netsurf/
+ echo "Toolchain testament:"
209
+ cat /opt/netsurf/${{ matrix.build.toolchain }}/BUILD_INFO.txt
210
211
- name: Build and install project libs
212
env:
0 commit comments