From 7af514796092162006f9a40b2d648695dd4b3c74 Mon Sep 17 00:00:00 2001 From: Zxilly <31370133+Zxilly@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:11:44 +0000 Subject: [PATCH] add env --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 3c0a770..1340784 100644 --- a/action.yml +++ b/action.yml @@ -266,3 +266,4 @@ runs: CC_VERBOSE: ${{ inputs.verbose }} CC_VERSION: ${{ inputs.version }} CC_YML_PATH: ${{ inputs.codecov_yml_path }} + CC_USE_PYTHON: ${{ inputs.use_python }}