Skip to content

Commit 34d0843

Browse files
committed
fix
1 parent b049bbe commit 34d0843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ runs:
111111
--env INPUT_OPTFLAGS='${{ inputs.OPTFLAGS }}'
112112
--env INPUT_CPPFLAGS='${{ inputs.cppflags }}'
113113
--env INPUT_APPEND_CONFIGURE='${{ inputs.append_configure }}'
114-
--env INPUT_CHECK='${{ inputs.check }}'
114+
--env INPUT_CHECK='true'
115115
--env INPUT_MSPECOPT='${{ inputs.mspecopt }}'
116116
--env INPUT_ENABLE_SHARED='${{ inputs.enable_shared }}'
117117
--env INPUT_STATIC_EXTS='${{ inputs.static_exts }}'

0 commit comments

Comments
 (0)