From a8a0d2c57adf8ce7cd926a479cbb363af711eb04 Mon Sep 17 00:00:00 2001 From: Akash Kollipara Date: Fri, 30 Aug 2024 19:40:58 +0530 Subject: [PATCH] Disabling picotool build on github actions --- .github/workflows/cyancore_tools_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cyancore_tools_build.yml b/.github/workflows/cyancore_tools_build.yml index 175e0f5b..746f9126 100644 --- a/.github/workflows/cyancore_tools_build.yml +++ b/.github/workflows/cyancore_tools_build.yml @@ -31,7 +31,7 @@ jobs: - name: Tools Build run: | make get_qemu V=1 - make get_picotool V=1 + #make get_picotool V=1 - name: Clean Up run: |