From 010c7df01f046087c530f0f5d9166ed410af5a39 Mon Sep 17 00:00:00 2001 From: gronod <1+gronod@noreply.localhost> Date: Sun, 14 Jun 2026 09:11:38 +0100 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b4bb71..c450a43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,8 @@ jobs: run: git config --global --add safe.directory "*" - name: Set Version Identifier - run: git rev-parse --short HEAD > version.txt && echo "Build version (commit ID): $(cat version.txt)" + run: | + git rev-parse --short HEAD > version.txt && echo "Build version (commit ID): $(cat version.txt)" - name: Build and Run Host Unit Tests run: cmake -S tests -B tests/build && cmake --build tests/build && ./tests/build/test_decoder