Skip to content

Commit

Permalink
fix: Do not hard-code SDK Version in CI processes (#228)
Browse files Browse the repository at this point in the history
Co-authored-by: kschrief <[email protected]>
  • Loading branch information
kdivya153 and kschrief authored Nov 5, 2024
1 parent d5158ce commit 45b513e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion languages/cpp/templates/sdk/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ usage()
SdkPath=".."
InstallPath=".."
ModuleName="core"
Version=1.3.0-next.1

while getopts i:s:m:v:h flag
do
Expand Down

0 comments on commit 45b513e

Please sign in to comment.