From c03f3f727c9049c4e498b5dbb46e5db1f5fcf784 Mon Sep 17 00:00:00 2001 From: Imple Lee <80144331+ImpleLee@users.noreply.github.com> Date: Mon, 27 Mar 2023 12:53:48 +0800 Subject: [PATCH] fix cc move error when spawn is too low (#874) --- .github/actions/get-cc/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-cc/action.yml b/.github/actions/get-cc/action.yml index 16069314..ea348ee9 100644 --- a/.github/actions/get-cc/action.yml +++ b/.github/actions/get-cc/action.yml @@ -3,7 +3,7 @@ description: 'download cc into specific dir' inputs: tag: required: false - default: "11.4" + default: "11.4.2" platform: required: true dir: