Skip to content

Commit ef3a9e7

Browse files
committed
CI: print out GCC version.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent 3d69f89 commit ef3a9e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/scripts/setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ sudo chmod 0440 /etc/sudoers.d/tester
6262

6363
"$(dirname "$0")"/install-bitcoind.sh
6464

65+
echo "gcc --version":
66+
gcc --version
67+
6568
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
6669
-y --default-toolchain ${RUST_VERSION}
6770

0 commit comments

Comments
 (0)