We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf6f8d commit b863049Copy full SHA for b863049
.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