diff --git a/ci/windows/build_nvbench.ps1 b/ci/windows/build_nvbench.ps1 index 94bef7c..e2a90a2 100644 --- a/ci/windows/build_nvbench.ps1 +++ b/ci/windows/build_nvbench.ps1 @@ -8,7 +8,7 @@ Param( [Parameter(Mandatory = $false)] [Alias("cmake-options")] [ValidateNotNullOrEmpty()] - [int]$ARG_CMAKE_OPTIONS = "" + [string]$ARG_CMAKE_OPTIONS = "" ) $CURRENT_PATH = Split-Path $pwd -leaf diff --git a/ci/windows/test_nvbench.ps1 b/ci/windows/test_nvbench.ps1 index 0af15c7..57ccd8e 100644 --- a/ci/windows/test_nvbench.ps1 +++ b/ci/windows/test_nvbench.ps1 @@ -8,7 +8,7 @@ Param( [Parameter(Mandatory = $false)] [Alias("cmake-options")] [ValidateNotNullOrEmpty()] - [int]$ARG_CMAKE_OPTIONS = "" + [string]$ARG_CMAKE_OPTIONS = "" ) $CURRENT_PATH = Split-Path $pwd -leaf