@@ -209,7 +209,7 @@ Inputs:
209209- `repo` : The GitHub repository where the library is located. Default is the
210210 repository where the workflow is running.
211211- `conan_version` : The version of Conan to use for building the library. Default
212- is "2.0.13 ".
212+ is "2.0.14 ".
213213
214214This workflow is designed to be used in any GitHub Actions workflow by
215215referencing it with the `uses` keyword and providing the necessary inputs. If an
@@ -228,7 +228,7 @@ Inputs:
228228- `repo` : The GitHub repository where the library is located. Default is the
229229 repository where the workflow is running.
230230- `conan_version` : The version of Conan to use for building the library. Default
231- is "2.0.13 ".
231+ is "2.0.14 ".
232232
233233This workflow creates a job for each supported device and architecture. Each job
234234uses the `deploy_unit.yml` workflow to build a package for the specified device
@@ -253,7 +253,7 @@ Inputs:
253253- `repo` : The GitHub repository where the library is located. Default is the
254254 repository where the workflow is running.
255255- `conan_version` : The version of Conan to use for building the library. Default
256- is "2.0.13 ".
256+ is "2.0.14 ".
257257- `profile` : The profile to use for building the package. This input is
258258 required.
259259- `upload` : A boolean value indicating whether to upload the built package to
@@ -289,7 +289,7 @@ Inputs:
289289- `repo` : The GitHub repository where the library is located. Default is the
290290 repository where the workflow is running.
291291- `conan_version` : The version of Conan to use for building the library. Default
292- is "2.0.13 ".
292+ is "2.0.14 ".
293293- `profile` : The profile to use for building the demo. This input is required.
294294- `processor_profile` : The URL of the processor profile to use for building the
295295 demo. Default is an empty string.
0 commit comments