From 3a762a63fbf80e7a35e906681c179864d5ab3704 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Fri, 27 Jun 2025 17:14:31 -0500 Subject: [PATCH] CI - Fix cmake-format Signed-off-by: Galantsev, Dmitrii [ROCm/rdc commit: f6023092c7247e5cada4f240035254bed17f6323] --- projects/rdc/.github/workflows/cmake_format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/rdc/.github/workflows/cmake_format.yml b/projects/rdc/.github/workflows/cmake_format.yml index d5807a85c8..08c0f745e7 100644 --- a/projects/rdc/.github/workflows/cmake_format.yml +++ b/projects/rdc/.github/workflows/cmake_format.yml @@ -21,7 +21,8 @@ defaults: jobs: check-gersemi: name: Check CMake files formatting - runs-on: ubuntu-latest + runs-on: lstt + container: catthehacker/ubuntu:act-latest steps: - name: Checkout repository