From 20dd3f0357af5019e952ac6643d672689b1bf484 Mon Sep 17 00:00:00 2001 From: mesheets <16882600+mesheets@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:14:14 -0500 Subject: [PATCH] Add an output of the GCC version number in brickEmu_CI.yml --- .github/workflows/brickEmu_CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/brickEmu_CI.yml b/.github/workflows/brickEmu_CI.yml index 8ab03dc..c694a8f 100644 --- a/.github/workflows/brickEmu_CI.yml +++ b/.github/workflows/brickEmu_CI.yml @@ -29,6 +29,7 @@ jobs: - name: make_brick_emu run: | cd src + gcc --version make - name: Checkout brickOS-bibo