From b1d6961d20a8f53e99f8f948a6801a0ff063ee49 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 10 Apr 2024 20:50:25 -0500 Subject: [PATCH] need to tell it to silently continue --- .github/workflows/qmk_userspace_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qmk_userspace_build.yml b/.github/workflows/qmk_userspace_build.yml index b9bd028a..60c6d509 100644 --- a/.github/workflows/qmk_userspace_build.yml +++ b/.github/workflows/qmk_userspace_build.yml @@ -64,7 +64,7 @@ jobs: - name: Install jq run: | apt-get update - apt-get install jq + apt-get install jq -y - name: Import Non Tree Targets JSON file id: read_file