From c4bd6eff858d58e31ffec4ee3c748c8e078e9d71 Mon Sep 17 00:00:00 2001 From: blckmn Date: Thu, 3 Jul 2025 15:46:50 +1000 Subject: [PATCH] Removing description --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a99efee55..8c3fc10896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,6 @@ jobs: run: make arm_sdk_install - name: Hydrate the PICO sdk - description: Hydration is required to build the PICO tool if: steps.cache-toolchain.outputs.cache-hit != 'true' run: make pico_sdk @@ -42,7 +41,6 @@ jobs: run: make picotool_install - name: Hydrate configuration - description: Load the configuration sub-module as it is needed to ensure the build target list is successful id: get-config run: make configs