replace CXX term with C++ in description

This commit is contained in:
Alfi Maulana
2023-01-14 19:25:38 +07:00
parent 5e43077b06
commit b80acf2bfb
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ inputs:
description: Preferred executable for compiling C language files
required: false
cxx-compiler:
description: Preferred executable for compiling CXX language files
description: Preferred executable for compiling C++ language files
required: false
c-flags:
description: Additional flags passed when compiling C language files